Restore #mw-history-search id on history action fieldset
[lhc/web/wiklou.git] / includes / actions / HistoryAction.php
index 7ff6f7d..06e214f 100644 (file)
@@ -270,6 +270,7 @@ class HistoryAction extends FormlessAction {
                        ->setAction( wfScript() )
                        ->setId( 'mw-history-searchform' )
                        ->setSubmitText( $this->msg( 'historyaction-submit' )->text() )
+                       ->setWrapperAttributes( [ 'id' => 'mw-history-search' ] )
                        ->setWrapperLegend( $this->msg( 'history-fieldset-title' )->text() );
                $htmlForm->loadData();