From 0608e601dd3f47aaea763937f8648c99f2bc46be Mon Sep 17 00:00:00 2001 From: Danny B Date: Tue, 6 Jan 2009 01:29:22 +0000 Subject: [PATCH] * + id for list for easier access --- includes/specials/SpecialWhatlinkshere.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1