Minor whitespace cleanup ... rmvd closing ?>
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Tue, 14 Aug 2007 01:58:12 +0000 (01:58 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Tue, 14 Aug 2007 01:58:12 +0000 (01:58 +0000)
includes/Parser.php

index 11e9ee2..d08a369 100644 (file)
@@ -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;
        }
 }
-
-?>