From b6f8fdf0c3204abd333fc60b3532a813082e141b Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 7 Jun 2012 18:31:11 +0200 Subject: [PATCH] fix syntax error Change-Id: I46199405e43b50ef23590ec1e4282d900ea5059e --- FancyCaptcha.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FancyCaptcha.class.php b/FancyCaptcha.class.php index 4b831cc06..97a890455 100644 --- a/FancyCaptcha.class.php +++ b/FancyCaptcha.class.php @@ -71,7 +71,7 @@ class FancyCaptcha extends SimpleCaptcha { '

' . 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',