Add type attributes to csledit.xul and cslpreview.xul iframes to avoid AMO flagging

This commit is contained in:
Dan Stillman 2009-11-13 05:44:01 +00:00
parent a71926da26
commit ba1b45b555
2 changed files with 2 additions and 2 deletions

View file

@ -186,7 +186,7 @@
onkeypress="Zotero_CSL_Editor.handleKeyPress(event)" onkeypress="Zotero_CSL_Editor.handleKeyPress(event)"
oncommand="document.getElementById('zotero-csl-list').selectedIndex = -1; Zotero_CSL_Editor.generateBibliography(this.value)"/> oncommand="document.getElementById('zotero-csl-list').selectedIndex = -1; Zotero_CSL_Editor.generateBibliography(this.value)"/>
<splitter/> <splitter/>
<iframe id="zotero-csl-preview-box" flex="1" style="padding: 0 1em;background:white" overflow="auto"/> <iframe id="zotero-csl-preview-box" flex="1" style="padding: 0 1em;background:white" overflow="auto" type="content"/>
</vbox> </vbox>
</window> </window>

View file

@ -156,7 +156,7 @@
</hbox> </hbox>
</hbox> </hbox>
<splitter/> <splitter/>
<iframe id="zotero-csl-preview-box" flex="1" style="padding: 0 1em; background:white;" overflow="auto"/> <iframe id="zotero-csl-preview-box" flex="1" style="padding: 0 1em; background:white;" overflow="auto" type="content"/>
</vbox> </vbox>
</window> </window>