mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
* Adding a <label> associated with the <input>
This commit is contained in:
parent
da07c3eb19
commit
c7d1b65a08
|
@ -150,7 +150,7 @@ class SimpleCaptcha {
|
|||
|
||||
$out->addWikiText( wfMsg( "captcha-short" ) );
|
||||
$out->addHTML( <<<END
|
||||
<p><span id="$source">$test</span> = <input name="$dest" id="$dest" /></p>
|
||||
<p><span id="$source"><label for="$dest">$test</label></span> = <input name="$dest" id="$dest" /></p>
|
||||
END
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue