ToastFreeware
/
toast
/
cookiecaptcha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c9daa4
)
FU r102105, escaped the quotes.
author
Amir E. Aharoni
<amire80@users.mediawiki.org>
Sat, 5 Nov 2011 16:54:21 +0000
(16:54 +0000)
committer
Amir E. Aharoni
<amire80@users.mediawiki.org>
Sat, 5 Nov 2011 16:54:21 +0000
(16:54 +0000)
Captcha.php
patch
|
blob
|
history
diff --git
a/Captcha.php
b/Captcha.php
index 4221222f0a80aa2fc5b971c4a187c16a3e38126b..0124c77b172b6584526abe0fd1898913ae956670 100644
(file)
--- a/
Captcha.php
+++ b/
Captcha.php
@@
-255,7
+255,7
@@
class SimpleCaptcha {
// 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',