From: Danny B Date: Tue, 6 Jan 2009 01:29:22 +0000 (+0000) Subject: * + id for list for easier access X-Git-Tag: 1.31.0-rc.0~43559 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=0608e601dd3f47aaea763937f8648c99f2bc46be;p=lhc%2Fweb%2Fwiklou.git * + id for list for easier access --- diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index 151697716d..d91b496095 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -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 ) {