From 40afb33c2b370264be282c9ea08a3375569cd0be Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 11 Dec 2008 20:13:24 +0000 Subject: [PATCH] Consistency tweak: Add horizental line same as exists in Special:RecentChanges --- includes/specials/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) . ' '; -- 2.20.1