fix html:label for= tags so that they match their respective IDs (#24872)
fix incredibly trivial r=me git-svn-id: svn://10.0.0.236/trunk@64033 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input pref="true" preftype="bool" prefstring="ldap_2.autoComplete.showDialogForMultipleMatches" prefindex="true" id="ldap_2.autoComplete.showDialogForMultipleMatches" name="multilist" type="radio"/>
|
||||
<html:input pref="true" preftype="bool" prefstring="ldap_2.autoComplete.showDialogForMultipleMatches" prefindex="true" id="ldap_2.autoComplete.showDialogForMultipleMatches0" name="multilist" type="radio"/>
|
||||
<html:label for="ldap_2.autoComplete.showDialogForMultipleMatches0">&showList.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
<html:div>
|
||||
<html:input pref="true" preftype="int" prefstring="news.keep.method" prefindex="0" id="news.keep.method0" class="indent" name="keepmsg" type="radio"/>
|
||||
<html:label for="pref:0:int:news.keep.method">&keepAllMsg.label;</html:label>
|
||||
<html:label for="news.keep.method0">&keepAllMsg.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
|
||||
Reference in New Issue
Block a user