From: Siebrand Mazeland Date: Mon, 6 Oct 2008 20:54:05 +0000 (+0000) Subject: Fix on r41778: actually replace 'history-search' by 'history-fieldset-title' in code. X-Git-Tag: 1.31.0-rc.0~44867 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=19a57ece7dcdd17418d0a24cf8623c6cd6fbfbeb;p=lhc%2Fweb%2Fwiklou.git Fix on r41778: actually replace 'history-search' by 'history-fieldset-title' in code. --- 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" .