Consistency tweak: Add horizental line same as exists in Special:RecentChanges
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 11 Dec 2008 20:13:24 +0000 (20:13 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 11 Dec 2008 20:13:24 +0000 (20:13 +0000)
includes/specials/SpecialWatchlist.php

index bd509ac..c04adc4 100644 (file)
@@ -289,7 +289,7 @@ function wfSpecialWatchlist( $par ) {
        $form .= $cutofflinks;
        $form .= implode( ' | ', $links );
        $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl() ) );
-       $form .= '<p>';
+       $form .= '<hr /><p>';
        $form .= Xml::label( wfMsg( 'namespace' ), 'namespace' ) . '&nbsp;';
        $form .= Xml::namespaceSelector( $nameSpace, '' ) . '&nbsp;';
        $form .= Xml::checkLabel( wfMsg('invert'), 'invert', 'nsinvert', $invert ) . '&nbsp;';