r102106 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102105‎ | r102106 | r102107 >
Date:16:54, 5 November 2011
Author:amire80
Status:ok
Tags:lamecommitsummary 
Comment:
FU r102105, escaped the quotes.
Modified paths:
  • /trunk/extensions/ConfirmEdit/Captcha.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmEdit/Captcha.php
@@ -255,7 +255,7 @@
256256
257257 // dir="ltr" is needed because otherwise it may say
258258 // "5 - 20" instead of "20 - 5" and that would be wrong.
259 - return "<p><label dir="ltr" for=\"wpCaptchaWord\">{$captcha['question']}</label> = " .
 259+ return "<p><label dir=\"ltr\" for=\"wpCaptchaWord\">{$captcha['question']}</label> = " .
260260 Xml::element( 'input', array(
261261 'name' => 'wpCaptchaWord',
262262 'id' => 'wpCaptchaWord',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102105Adding dir="ltr" to the label, to prevent wrong appearance of the arithmetic ...amire8016:50, 5 November 2011

Status & tagging log