From 64b920ce4689c54279aae7217da7c1b066611eac Mon Sep 17 00:00:00 2001 From: Fran Rogers Date: Tue, 5 Aug 2008 01:10:55 +0000 Subject: [PATCH] Added an id to history-search, so it can be accessed easily via DOM --- includes/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 8980426665..1b56349d6a 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -132,7 +132,7 @@ class PageHistory { $action = htmlspecialchars( $wgScript ); $wgOut->addHTML( - Xml::fieldset( wfMsg( 'history-search' ) ) . + Xml::fieldset( wfMsg( 'history-search' ), false, array( 'id' => 'mw-history-search' ) ) . "
" . Xml::hidden( 'title', $this->mTitle->getPrefixedDBKey() ) . "\n" . Xml::hidden( 'action', 'history' ) . "\n" . -- 2.20.1