214c214 < Xml::submitButton( wfMsg( 'enotif_reset' ), array( 'name' => 'dummy' ) ) . --- > Xml::submitButton( wfMsg( 'enotif_reset' ) ) . 284c284 < $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl() ) ); --- > $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl(), 'name' => 'mw-watchlist-namespaceselector', 'id' => 'mw-watchlist-namespaceselector' ) );