ToastFreeware
/
toast
/
cookiecaptcha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5c49dc1
)
fix syntax error
author
Timo Tijhof
<ttijhof@wikimedia.org>
Thu, 7 Jun 2012 16:31:11 +0000
(18:31 +0200)
committer
Timo Tijhof
<ttijhof@wikimedia.org>
Thu, 7 Jun 2012 16:31:11 +0000
(18:31 +0200)
Change-Id: I46199405e43b50ef23590ec1e4282d900ea5059e
FancyCaptcha.class.php
patch
|
blob
|
history
diff --git
a/FancyCaptcha.class.php
b/FancyCaptcha.class.php
index 4b831cc0676797196935370746ebee9685be2ca2..97a890455726e7fc25b29f8ad32e4c2bd8d17cd9 100644
(file)
--- a/
FancyCaptcha.class.php
+++ b/
FancyCaptcha.class.php
@@
-71,7
+71,7
@@
class FancyCaptcha extends SimpleCaptcha {
'<p>' .
Html::element( 'label', array(
'for' => 'wpCaptchaWord',
- ), parent::getMessage( 'label' ) . wfMsg( 'colon-separator' ) .
+ ), parent::getMessage( 'label' ) . wfMsg( 'colon-separator' )
)
.
Html::element( 'input', array(
'name' => 'wpCaptchaWord',
'id' => 'wpCaptchaWord',