* + id for list for easier access
authorDanny B <danny_b@users.mediawiki.org>
Tue, 6 Jan 2009 01:29:22 +0000 (01:29 +0000)
committerDanny B <danny_b@users.mediawiki.org>
Tue, 6 Jan 2009 01:29:22 +0000 (01:29 +0000)
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 ) {