[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
Родитель cff69870cd
Коммит 5e45288f02
1 изменённых файлов: 5 добавлений и 7 удалений

Просмотреть файл

@ -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>