From 73882285e0f4558532c0d859fcc87028e8f427ae Mon Sep 17 00:00:00 2001 From: retorquere Date: Mon, 8 Jun 2015 23:21:42 +0200 Subject: [PATCH] note structure (currently?) insignificant to the tests --- chrome/content/zotero-better-bibtex/zotero-better-bibtex.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero-better-bibtex/zotero-better-bibtex.coffee b/chrome/content/zotero-better-bibtex/zotero-better-bibtex.coffee index ceb86ed47f..20a4fd2819 100755 --- a/chrome/content/zotero-better-bibtex/zotero-better-bibtex.coffee +++ b/chrome/content/zotero-better-bibtex/zotero-better-bibtex.coffee @@ -710,6 +710,7 @@ Zotero.BetterBibTeX.itemAdded = notify: ((event, type, collection_items) -> report = new @HTMLNode('http://www.w3.org/1999/xhtml', 'html') report.div(-> @p(-> @b('Better BibTeX could not import')) + @add(' ') @pre(extra.notimported) ) note = report.serialize()