User "Krinkle" posted a comment on MediaWiki.r94144.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94144#c20624
Commit summary:

adding label atttributes for confirm checkboxes in SpecialLockdb and 
SpecialUnlockdb. Fix for bug30299 .

Comment:

<pre>
+                   Html::openElement( 'label', array( 'for' => 
'mw-input-wpunlockconfirm' ) ) .
</pre>
is
<pre>
 →   →  . . . . Html::openElement( 'label', array( 'for' => 
'mw-input-wpunlockconfirm' ) ) .
</pre>
which should be
<pre>
 →   →   →  Html::openElement( 'label', array( 'for' => 
'mw-input-wpunlockconfirm' ) ) .
</pre>

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to