r37636 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37635‎ | r37636 | r37637 >
Date:09:10, 14 July 2008
Author:rotem
Status:old
Tags:
Comment:
Add spacing in Special:Protectedpages.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialProtectedpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialProtectedpages.php
@@ -96,7 +96,7 @@
9797 $stxt = "($stxt)";
9898 }
9999 $stxt = htmlspecialchars( $stxt );
100 - $stxt = $wgContLang->getDirMark() . $stxt;
 100+ $stxt = $wgContLang->getDirMark() . ' ' . $stxt;
101101 }
102102
103103 # Show a link to the change protection form for allowed users otherwise a link to the protection log

Status & tagging log