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 @@
147147
148148 $output = "<table style=\"line-height:70%;\" border=0 cellpadding=5 cellspacing=0 >
149149 <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>
151151 <td>
152152 <table style=\"line-height:70%;\" border=0 cellpadding=0 cellspacing=0 >
153153 <tr>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104027Add direction mark for bug 32600, and put number of pages in message as param...robin12:44, 23 November 2011

Status & tagging log