Space
authorPlatonides <platonides@users.mediawiki.org>
Sun, 10 Oct 2010 14:45:00 +0000 (14:45 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 10 Oct 2010 14:45:00 +0000 (14:45 +0000)
includes/Title.php

index 4ba12d5..cd9289f 100644 (file)
@@ -133,7 +133,7 @@ class Title {
                }
 
                /**
-                * Convert things like &eacute; &#257; or &#x3017; into normalized(bug 14952) text
+                * Convert things like &eacute; &#257; or &#x3017; into normalized (bug 14952) text
                 */
                $filteredText = Sanitizer::decodeCharReferencesAndNormalize( $text );