Fix on r41778: actually replace 'history-search' by 'history-fieldset-title' in code.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 6 Oct 2008 20:54:05 +0000 (20:54 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 6 Oct 2008 20:54:05 +0000 (20:54 +0000)
includes/PageHistory.php

index 4ba67a2..cdf382d 100644 (file)
@@ -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' ) ) .
                        "<form action=\"$action\" method=\"get\">" .
                Xml::hidden( 'title', $this->mTitle->getPrefixedDBKey() ) . "\n" .
                Xml::hidden( 'action', 'history' ) . "\n" .