diff --git a/chrome/content/zotero/integration/quickFormat.xul b/chrome/content/zotero/integration/quickFormat.xul index 3419f7bb8f..d05cbd2f1f 100644 --- a/chrome/content/zotero/integration/quickFormat.xul +++ b/chrome/content/zotero/integration/quickFormat.xul @@ -41,8 +41,8 @@ onunload="Zotero_QuickFormat.onUnload()"> - - - + + \ No newline at end of file diff --git a/test/content/runtests.js b/test/content/runtests.js index f41a911273..1ab3e5738a 100644 --- a/test/content/runtests.js +++ b/test/content/runtests.js @@ -267,7 +267,7 @@ if(run && ZoteroUnit.tests) { for(var fname of testFiles) { var el = document.createElement("script"); - el.type = "application/javascript;version=1.8"; + el.type = "application/javascript"; el.src = "resource://zotero-unit-tests/"+fname; el.async = false; document.body.appendChild(el);