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

git-svn-id: svn://10.0.0.236/trunk@216579 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronr%us.ibm.com
2006-12-06 18:02:39 +00:00
parent 50fccfcc92
commit 081a782a2a

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>