[XForms] removed redundant label in select anonymous content. Bug 348053, patch by surkov, r=aaronL+aaronr

This commit is contained in:
aaronr%us.ibm.com 2006-12-06 18:02:39 +00:00
parent 3446b5a8e9
commit 0ee8cf17c8

View File

@ -65,13 +65,11 @@
<binding id="xformswidget-select-compact"
extends="chrome://xforms/content/select.xml#xformswidget-select-base">
<content>
<html:label>
<html:span class="label-container">
<children includes="label"/>
</html:span>
<html:span anonid="control" xbl:inherits="style, accesskey"/>
<children/>
</html:label>
<html:span class="label-container">
<children includes="label"/>
</html:span>
<html:span anonid="control" xbl:inherits="style, accesskey"/>
<children/>
</content>
</binding>