commit d1e2ea57a57daf613c297b7a4e888570df01c15b
parent 85682dbb19f42b9d25556c993d64e2bbbccde6af
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 28 Jun 2013 15:26:23 -0400
Maybe fix note overwriting with embedded images in notes
But given that I can't really reproduce it, this is more of a guess.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);