Index: trunk/extensions/Translate/SpecialLanguageStats.php |
— | — | @@ -179,7 +179,7 @@ |
180 | 180 | * @return string HTML |
181 | 181 | */ |
182 | 182 | function getGroupStats( $code, $suppressComplete = false ) { |
183 | | - global $wgUser, $wgLang; |
| 183 | + global $wgUser, $wgLang, $wgOut; |
184 | 184 | |
185 | 185 | $errorString = '<error>'; |
186 | 186 | $out = ''; |
— | — | @@ -255,7 +255,7 @@ |
256 | 256 | $translateTitle, |
257 | 257 | $groupLabel, |
258 | 258 | array( |
259 | | - 'title' => strip_tags( $g->getDescription() ) |
| 259 | + 'title' => strip_tags( $wgOut->parse( $g->getDescription(), false ) ) |
260 | 260 | ), |
261 | 261 | $queryParameters |
262 | 262 | ); |