Index: trunk/extensions/ConfirmEdit/Captcha.php |
— | — | @@ -255,7 +255,7 @@ |
256 | 256 | |
257 | 257 | // dir="ltr" is needed because otherwise it may say |
258 | 258 | // "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> = " . |
260 | 260 | Xml::element( 'input', array( |
261 | 261 | 'name' => 'wpCaptchaWord', |
262 | 262 | 'id' => 'wpCaptchaWord', |