Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php |
— | — | @@ -256,7 +256,7 @@ |
257 | 257 | } |
258 | 258 | |
259 | 259 | protected function listStart() { |
260 | | - return Xml::openElement( 'ul' ); |
| 260 | + return Xml::openElement( 'ul', array ( 'id' => 'mw-whatlinkshere-list' ) ); |
261 | 261 | } |
262 | 262 | |
263 | 263 | protected function listItem( $row, $nt, $notClose = false ) { |