From b85573552b13be4c8971758b6f7a3e9e281c5c89 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 11 Jul 2006 17:38:12 +0000 Subject: [PATCH] * Form indentation * Remove the 'namespace' label, looks useless --- includes/SpecialWatchlist.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index d96bb0042c..e02250f566 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -343,14 +343,12 @@ function wfSpecialWatchlist( $par ) { $wgOut->addHTML( implode( ' | ', $links ) ); # Form for namespace filtering - $wgOut->addHTML( + $wgOut->addHTML( "\n" . wfOpenElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalURL(), ) ) . - wfLabel( - wfMsgExt( 'namespace', array( 'parseinline') ), - 'namespace' ) . + wfMsgExt( 'namespace', array( 'parseinline') ) . HTMLnamespaceselector( $nameSpace, '' ) . "\n" . ( $hideOwn ? wfHidden('hideown', 1)."\n" : '' ) . ( $hideBots ? wfHidden('hidebots', 1)."\n" : '' ) . -- 2.20.1