r44465 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44464‎ | r44465 | r44466 >
Date:20:13, 11 December 2008
Author:raymond
Status:ok
Tags:
Comment:
Consistency tweak: Add horizental line same as exists in Special:RecentChanges
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWatchlist.php
@@ -289,7 +289,7 @@
290290 $form .= $cutofflinks;
291291 $form .= implode( ' | ', $links );
292292 $form .= Xml::openElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalUrl() ) );
293 - $form .= '<p>';
 293+ $form .= '<hr /><p>';
294294 $form .= Xml::label( wfMsg( 'namespace' ), 'namespace' ) . '&nbsp;';
295295 $form .= Xml::namespaceSelector( $nameSpace, '' ) . '&nbsp;';
296296 $form .= Xml::checkLabel( wfMsg('invert'), 'invert', 'nsinvert', $invert ) . '&nbsp;';

Status & tagging log