Index: trunk/phase3/includes/Parser.php |
— | — | @@ -350,13 +350,6 @@ |
351 | 351 | } |
352 | 352 | $text = $this->mStripState->unstripGeneral( $text ); |
353 | 353 | |
354 | | - |
355 | | - |
356 | | - |
357 | | - |
358 | | - |
359 | | - |
360 | | - |
361 | 354 | $text = Sanitizer::normalizeCharReferences( $text ); |
362 | 355 | |
363 | 356 | if (($wgUseTidy and $this->mOptions->mTidy) or $wgAlwaysUseTidy) { |
— | — | @@ -4841,7 +4834,6 @@ |
4842 | 4835 | : $this->mTitle->getPrefixedText(); |
4843 | 4836 | } |
4844 | 4837 | } |
4845 | | - |
4846 | 4838 | } |
4847 | 4839 | |
4848 | 4840 | /** |
— | — | @@ -4894,5 +4886,3 @@ |
4895 | 4887 | return $text; |
4896 | 4888 | } |
4897 | 4889 | } |
4898 | | - |
4899 | | -?> |