From 19a57ece7dcdd17418d0a24cf8623c6cd6fbfbeb Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 6 Oct 2008 20:54:05 +0000 Subject: [PATCH] Fix on r41778: actually replace 'history-search' by 'history-fieldset-title' in code. --- includes/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 4ba67a289b..cdf382d709 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' ), false, array( 'id' => 'mw-history-search' ) ) . + Xml::fieldset( wfMsg( 'history-fieldset-title' ), false, array( 'id' => 'mw-history-search' ) ) . "
" . Xml::hidden( 'title', $this->mTitle->getPrefixedDBKey() ) . "\n" . Xml::hidden( 'action', 'history' ) . "\n" . -- 2.20.1