From d1e2ea57a57daf613c297b7a4e888570df01c15b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 28 Jun 2013 15:26:23 -0400 Subject: [PATCH] Maybe fix note overwriting with embedded images in notes But given that I can't really reproduce it, this is more of a guess. --- chrome/content/zotero/tinymce/note.html | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/tinymce/note.html b/chrome/content/zotero/tinymce/note.html index 93142d0f4..86e4dda18 100644 --- a/chrome/content/zotero/tinymce/note.html +++ b/chrome/content/zotero/tinymce/note.html @@ -15,6 +15,7 @@ language : "en", // TODO: localize entities : "160,nbsp", gecko_spellcheck : true, + convert_urls : false, handle_event_callback : function (event) { zoteroHandleEvent(event);