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 @@
2517
2517
global $wgLang;
2518
2518
$dirmark = ( $oppositedm ? $wgLang->getDirMark( true ) : '' ) .
2519
2519
$wgLang->getDirMark();
2520
- $details = $details ? $dirmark . "($details)" : '';
2520
+ $details = $details ? ' ' . $dirmark . "($details)" : '';
2521
2521
return $page . $details;
2522
2522
}
2523
2523
Follow-up revisions
Revision
Commit summary
Author
Date
r91687
Fix
r91685
: add space at the right place....
robin
21:07, 7 July 2011
Status & tagging log
23:03, 22 July 2011
😂
(
talk
|
contribs
)
changed the
status
of r91685
[
removed:
new
added:
resolved]