(bug 17000) Special:RevisionDelete now checks if the database is locked before trying...
[lhc/web/wiklou.git] / includes / specials / SpecialWhatlinkshere.php
index 1516977..d91b496 100644 (file)
@@ -256,7 +256,7 @@ class WhatLinksHerePage {
        }
 
        protected function listStart() {
-               return Xml::openElement( 'ul' );
+               return Xml::openElement( 'ul', array ( 'id' => 'mw-whatlinkshere-list' ) );
        }
 
        protected function listItem( $row, $nt, $notClose = false ) {