r45430 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45429‎ | r45430 | r45431 >
Date:01:29, 6 January 2009
Author:danny_b
Status:ok
Tags:
Comment:
* + id for list for easier access
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php
@@ -256,7 +256,7 @@
257257 }
258258
259259 protected function listStart() {
260 - return Xml::openElement( 'ul' );
 260+ return Xml::openElement( 'ul', array ( 'id' => 'mw-whatlinkshere-list' ) );
261261 }
262262
263263 protected function listItem( $row, $nt, $notClose = false ) {

Status & tagging log