r8013 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r8012‎ | r8013 | r8014 >
Date:12:50, 31 March 2005
Author:avar
Status:old
Tags:
Comment:
Removed whitespace
Modified paths:
  • /trunk/phase3/includes/SpecialAllpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialAllpages.php
@@ -48,7 +48,7 @@
4949 $namespacename = str_replace ( '_', ' ', $name);
5050 $n = ($ns == 0) ? wfMsg ( 'articlenamespace' ) : $namespacename;
5151 $sel = ($ns == $namespace) ? ' selected="selected"' : '';
52 - $namespaceselect .= "<option value='{$ns}'{$sel}>{$n}</option>";
 52+ $namespaceselect .= "<option value='{$ns}'{$sel}>{$n}</option>";
5353 }
5454 $namespaceselect .= '</select>';
5555

Status & tagging log