remove typo extra line
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 6 Feb 2005 13:43:15 +0000 (13:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 6 Feb 2005 13:43:15 +0000 (13:43 +0000)
includes/Sanitizer.php

index 0062791..757b46c 100644 (file)
@@ -296,7 +296,6 @@ class Sanitizer {
                        '/\r\n|[\x20\x0d\x0a\x09]/',
                        ' ',
                        Sanitizer::normalizeCharReferences( $text ) );
-               return $spaced;
        }
        
        /**