From c4372dd38a4d109b4f3881ea63b667e33adbe503 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 26 Apr 2012 18:23:31 +0200 Subject: Update to MediaWiki 1.18.3 --- extensions/ConfirmEdit/QuestyCaptcha.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extensions/ConfirmEdit/QuestyCaptcha.class.php') diff --git a/extensions/ConfirmEdit/QuestyCaptcha.class.php b/extensions/ConfirmEdit/QuestyCaptcha.class.php index 90e4b186..8e87db30 100644 --- a/extensions/ConfirmEdit/QuestyCaptcha.class.php +++ b/extensions/ConfirmEdit/QuestyCaptcha.class.php @@ -40,9 +40,10 @@ class QuestyCaptcha extends SimpleCaptcha { } $index = $this->storeCaptcha( $captcha ); return "

" . - Xml::element( 'input', array( + Html::element( 'input', array( 'name' => 'wpCaptchaWord', 'id' => 'wpCaptchaWord', + 'required', 'tabindex' => 1 ) ) . // tab in before the edit textarea "

\n" . Xml::element( 'input', array( -- cgit v1.2.3-54-g00ecf