r91685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91684‎ | r91685 | r91686 >
Date:20:58, 7 July 2011
Author:mah
Status:resolved
Tags:
Comment:
Bug #29752: add back a space that SPQRobin missed.
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -2516,7 +2516,7 @@
25172517 global $wgLang;
25182518 $dirmark = ( $oppositedm ? $wgLang->getDirMark( true ) : '' ) .
25192519 $wgLang->getDirMark();
2520 - $details = $details ? $dirmark . "($details)" : '';
 2520+ $details = $details ? ' ' . $dirmark . "($details)" : '';
25212521 return $page . $details;
25222522 }
25232523

Follow-up revisions

RevisionCommit summaryAuthorDate
r91687Fix r91685: add space at the right place....robin21:07, 7 July 2011

Status & tagging log