From: Bartosz DziewoƄski Date: Fri, 4 Dec 2015 16:39:53 +0000 (+0100) Subject: SpecialWatchlist: Remove random unnecessary `
` X-Git-Tag: 1.31.0-rc.0~8818^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=532829c7c620c9badce1585c2bbf9cc831d5cacd;p=lhc%2Fweb%2Fwiklou.git SpecialWatchlist: Remove random unnecessary `
` Change-Id: I7ebe73ae0773a4bfc52c02fdc0cd028913b044b3 --- diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 32d4552762..a01df6936b 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -469,7 +469,7 @@ class SpecialWatchlist extends ChangesListSpecialPage { $form .= $this->msg( 'watchlist-hide' ) . $this->msg( 'colon-separator' )->escaped() . implode( ' ', $links ); - $form .= "\n
\n

"; + $form .= "\n
\n"; $form .= Html::namespaceSelector( array( 'selected' => $opts['namespace'], @@ -495,7 +495,7 @@ class SpecialWatchlist extends ChangesListSpecialPage { $opts['associated'], array( 'title' => $this->msg( 'tooltip-namespace_association' )->text() ) ) . "\n"; - $form .= Xml::submitButton( $this->msg( 'allpagessubmit' )->text() ) . "

\n"; + $form .= Xml::submitButton( $this->msg( 'allpagessubmit' )->text() ) . "\n"; foreach ( $hiddenFields as $key => $value ) { $form .= Html::hidden( $key, $value ) . "\n"; }