Index: trunk/phase3/includes/Title.php |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
137 | | - * Convert things like é ā or 〗 into normalized(bug 14952) text |
| 137 | + * Convert things like é ā or 〗 into normalized (bug 14952) text |
138 | 138 | */ |
139 | 139 | $filteredText = Sanitizer::decodeCharReferencesAndNormalize( $text ); |
140 | 140 | |