https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102106

Revision: 102106
Author:   amire80
Date:     2011-11-05 16:54:21 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
FU r102105, escaped the quotes.

Modified Paths:
--------------
    trunk/extensions/ConfirmEdit/Captcha.php

Modified: trunk/extensions/ConfirmEdit/Captcha.php
===================================================================
--- trunk/extensions/ConfirmEdit/Captcha.php    2011-11-05 16:50:55 UTC (rev 
102105)
+++ trunk/extensions/ConfirmEdit/Captcha.php    2011-11-05 16:54:21 UTC (rev 
102106)
@@ -255,7 +255,7 @@
 
                // dir="ltr" is needed because otherwise it may say
                // "5 - 20" instead of "20 - 5" and that would be wrong.
-               return "<p><label dir="ltr" 
for=\"wpCaptchaWord\">{$captcha['question']}</label> = " .
+               return "<p><label dir=\"ltr\" 
for=\"wpCaptchaWord\">{$captcha['question']}</label> = " .
                        Xml::element( 'input', array(
                                'name' => 'wpCaptchaWord',
                                'id'   => 'wpCaptchaWord',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to