Index: trunk/extensions/Translate/specials/SpecialMessageGroupStats.php |
— | — | @@ -184,7 +184,7 @@ |
185 | 185 | $sort = isset( $this->statemap[$state] ) ? $this->statemap[$state] + 1 : -1; |
186 | 186 | $out .= "\n\t\t" . $this->table->element( $state, false, $sort ); |
187 | 187 | } |
188 | | - $out .= "\n\t" . Xml::closeElement( 'tr' ) . "\n"; |
| 188 | + $out .= "\n\t" . Html::closeElement( 'tr' ) . "\n"; |
189 | 189 | return $out; |
190 | 190 | } |
191 | 191 | |
Index: trunk/extensions/Translate/specials/SpecialLanguageStats.php |
— | — | @@ -337,7 +337,7 @@ |
338 | 338 | $out .= "\n\t\t" . Html::rawElement( 'td', array(), |
339 | 339 | $this->table->makeGroupLink( $group, $this->target, $extra ) ); |
340 | 340 | $out .= $this->table->makeNumberColumns( $fuzzy, $translated, $total ); |
341 | | - $out .= "\n\t" . Xml::closeElement( 'tr' ) . "\n"; |
| 341 | + $out .= "\n\t" . Html::closeElement( 'tr' ) . "\n"; |
342 | 342 | return $out; |
343 | 343 | } |
344 | 344 | } |