From: Raimond Spekking Date: Thu, 11 Dec 2008 20:13:24 +0000 (+0000) Subject: Consistency tweak: Add horizental line same as exists in Special:RecentChanges X-Git-Tag: 1.31.0-rc.0~44033 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=40afb33c2b370264be282c9ea08a3375569cd0be;p=lhc%2Fweb%2Fwiklou.git Consistency tweak: Add horizental line same as exists in Special:RecentChanges --- diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index bd509ac127..c04adc476b 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -289,7 +289,7 @@ function wfSpecialWatchlist( $par ) { $form .= $cutofflinks; $form .= implode( ' | ', $links ); $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl() ) ); - $form .= '

'; + $form .= '


'; $form .= Xml::label( wfMsg( 'namespace' ), 'namespace' ) . ' '; $form .= Xml::namespaceSelector( $nameSpace, '' ) . ' '; $form .= Xml::checkLabel( wfMsg('invert'), 'invert', 'nsinvert', $invert ) . ' ';