r109746 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r109745
|
r109746
|
r109747
>
Date:
19:15, 22 January 2012
Author:
zaran
Status:
ok
Tags:
Comment:
Fix for
r104027
- Put $dirmark inside curly braces so that it's interpreted separately.
Modified paths:
/trunk/extensions/ProofreadPage/SpecialProofreadPages.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ProofreadPage/SpecialProofreadPages.php
—
—
@@ -146,7 +146,7 @@
147
147
148
148
$output = "<table style=\"line-height:70%;\" border=0 cellpadding=5 cellspacing=0 >
149
149
<tr valign=\"bottom\">
150
-<td style=\"white-space:nowrap;overflow:hidden;\">{$plink} $dirmark[$pages]</td>
150
+<td style=\"white-space:nowrap;overflow:hidden;\">{$plink} {$dirmark}[$pages]</td>
151
151
<td>
152
152
<table style=\"line-height:70%;\" border=0 cellpadding=0 cellspacing=0 >
153
153
<tr>
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r104027
Add direction mark for
bug 32600
, and put number of pages in message as param...
robin
12:44, 23 November 2011
Status & tagging log
09:22, 28 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
tags
for r109746
[
removed:
i18nreview]
19:45, 22 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r109746
[
added:
i18nreview]
19:20, 22 January 2012
Johnduhart
(
talk
|
contribs
)
changed the
status
of r109746
[
removed:
new
added:
ok]