Make the dumb validator happy

This commit is contained in:
Simon Kornblith 2012-01-31 03:38:56 -05:00
parent 50330d9a78
commit 89245e857f

View file

@ -89,17 +89,17 @@
<menupopup id="locator-label-popup"/> <menupopup id="locator-label-popup"/>
</menulist> </menulist>
<textbox id="locator" flex="1" <textbox id="locator" flex="1"
oninput="window.setTimeout(Zotero_QuickFormat.onCitationPropertiesChanged, 0)"/> oninput="window.setTimeout(function(event) { Zotero_QuickFormat.onCitationPropertiesChanged(event) }, 0)"/>
</row> </row>
<row align="center"> <row align="center">
<label value="&zotero.citation.prefix.label;"/> <label value="&zotero.citation.prefix.label;"/>
<textbox class="citation-textbox" id="prefix" flex="1" <textbox class="citation-textbox" id="prefix" flex="1"
oninput="window.setTimeout(Zotero_QuickFormat.onCitationPropertiesChanged, 0)"/> oninput="window.setTimeout(function(event) { Zotero_QuickFormat.onCitationPropertiesChanged(event) }, 0)"/>
</row> </row>
<row align="center"> <row align="center">
<label value="&zotero.citation.suffix.label;"/> <label value="&zotero.citation.suffix.label;"/>
<textbox class="citation-textbox" id="suffix" flex="1" <textbox class="citation-textbox" id="suffix" flex="1"
oninput="window.setTimeout(Zotero_QuickFormat.onCitationPropertiesChanged, 0)"/> oninput="window.setTimeout(function(event) { Zotero_QuickFormat.onCitationPropertiesChanged(event) }, 0)"/>
</row> </row>
<html:div> <html:div>
<html:input type="checkbox" id="suppress-author" <html:input type="checkbox" id="suppress-author"