Index: trunk/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -289,7 +289,7 @@ |
290 | 290 | $form .= $cutofflinks; |
291 | 291 | $form .= implode( ' | ', $links ); |
292 | 292 | $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl() ) ); |
293 | | - $form .= '<p>'; |
| 293 | + $form .= '<hr /><p>'; |
294 | 294 | $form .= Xml::label( wfMsg( 'namespace' ), 'namespace' ) . ' '; |
295 | 295 | $form .= Xml::namespaceSelector( $nameSpace, '' ) . ' '; |
296 | 296 | $form .= Xml::checkLabel( wfMsg('invert'), 'invert', 'nsinvert', $invert ) . ' '; |