Index: trunk/extensions/Translate/SpecialLanguageStats.php |
— | — | @@ -26,6 +26,8 @@ |
27 | 27 | $this->setHeaders(); |
28 | 28 | $this->outputHeader(); |
29 | 29 | |
| 30 | + $wgOut->addExtensionStyle( TranslateUtils::assetPath( 'Translate.css' ) ); |
| 31 | + |
30 | 32 | # no UI when including() |
31 | 33 | if ( !$this->including() ) { |
32 | 34 | $code = $wgRequest->getVal( 'code', $par ); |
— | — | @@ -149,7 +151,7 @@ |
150 | 152 | $out .= Xml::openElement( |
151 | 153 | 'table', |
152 | 154 | array( |
153 | | - 'class' => "sortable wikitable" |
| 155 | + 'class' => "sortable wikitable mw-sp-translate-table" |
154 | 156 | ) |
155 | 157 | ); |
156 | 158 | |