Index: trunk/phase3/includes/PageHistory.php |
— | — | @@ -132,7 +132,7 @@ |
133 | 133 | |
134 | 134 | $action = htmlspecialchars( $wgScript ); |
135 | 135 | $wgOut->addHTML( |
136 | | - Xml::fieldset( wfMsg( 'history-search' ) ) . |
| 136 | + Xml::fieldset( wfMsg( 'history-search' ), false, array( 'id' => 'mw-history-search' ) ) . |
137 | 137 | "<form action=\"$action\" method=\"get\">" . |
138 | 138 | Xml::hidden( 'title', $this->mTitle->getPrefixedDBKey() ) . "\n" . |
139 | 139 | Xml::hidden( 'action', 'history' ) . "\n" . |