From f2bc6281e2d86411b74e518ab4e02caa578c351a Mon Sep 17 00:00:00 2001 From: Daniel Cannon Date: Tue, 14 Aug 2007 01:58:12 +0000 Subject: [PATCH] Minor whitespace cleanup ... rmvd closing ?> --- includes/Parser.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/includes/Parser.php b/includes/Parser.php index 11e9ee2a57..d08a369ec8 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -350,13 +350,6 @@ class Parser } $text = $this->mStripState->unstripGeneral( $text ); - - - - - - - $text = Sanitizer::normalizeCharReferences( $text ); if (($wgUseTidy and $this->mOptions->mTidy) or $wgAlwaysUseTidy) { @@ -4841,7 +4834,6 @@ class Parser : $this->mTitle->getPrefixedText(); } } - } /** @@ -4894,5 +4886,3 @@ class StripState { return $text; } } - -?> -- 2.20.1