From 2b00819253f3c29ce5604d2aa0b767d0aaa35b19 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 6 Aug 2012 02:04:20 -0400 Subject: [PATCH] ie_compat.js -> common_ie.js --- chrome/content/zotero/xpcom/server_connector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index d259249d0..644d76435 100755 --- a/chrome/content/zotero/xpcom/server_connector.js +++ b/chrome/content/zotero/xpcom/server_connector.js @@ -504,7 +504,7 @@ Zotero.Server.Connector.IEHack.prototype = { "init":function(postData, sendResponseCallback) { sendResponseCallback(200, "text/html", ''+ - ''+ + ''+ ''+ ''); }