fix syntax error

Change-Id: I46199405e43b50ef23590ec1e4282d900ea5059e
This commit is contained in:
Timo Tijhof 2012-06-07 18:31:11 +02:00
parent 5c49dc1dbe
commit b6f8fdf0c3

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