Index: trunk/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -291,7 +291,7 @@ |
292 | 292 | $form .= $wlInfo; |
293 | 293 | $form .= $cutofflinks; |
294 | 294 | $form .= $wgLang->pipeList( $links ); |
295 | | - $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl() ) ); |
| 295 | + $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl(), 'id' => 'mw-watchlist-form-namespaceselector' ) ); |
296 | 296 | $form .= '<hr /><p>'; |
297 | 297 | $form .= Xml::label( wfMsg( 'namespace' ), 'namespace' ) . ' '; |
298 | 298 | $form .= Xml::namespaceSelector( $nameSpace, '' ) . ' '; |