Index: trunk/phase3/includes/specials/SpecialListfiles.php |
— | — | @@ -204,7 +204,7 @@ |
205 | 205 | ) ); |
206 | 206 | $s = Html::openElement( 'form', array( 'method' => 'get', 'action' => $wgScript, 'id' => 'mw-listfiles-form' ) ) . |
207 | 207 | Xml::fieldset( wfMsg( 'listfiles' ) ) . |
208 | | - Html::openElement( 'table', array( 'mw-listfiles-table' ) ) . |
| 208 | + Html::openElement( 'table', array( 'id' => 'mw-listfiles-table' ) ) . |
209 | 209 | Xml::buildForm( $inputForm, 'table_pager_limit_submit' ) . |
210 | 210 | $this->getHiddenFields( array( 'limit', 'ilsearch', 'username' ) ) . |
211 | 211 | Html::closeElement( 'table' ) . |