fix syntax error
authorTimo Tijhof <ttijhof@wikimedia.org>
Thu, 7 Jun 2012 16:31:11 +0000 (18:31 +0200)
committerTimo Tijhof <ttijhof@wikimedia.org>
Thu, 7 Jun 2012 16:31:11 +0000 (18:31 +0200)
Change-Id: I46199405e43b50ef23590ec1e4282d900ea5059e

FancyCaptcha.class.php

index 4b831cc0676797196935370746ebee9685be2ca2..97a890455726e7fc25b29f8ad32e4c2bd8d17cd9 100644 (file)
@@ -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',