diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js index ac5d366cb8..d376fd5db7 100644 --- a/chrome/content/zotero/integration/quickFormat.js +++ b/chrome/content/zotero/integration/quickFormat.js @@ -301,6 +301,7 @@ var Zotero_QuickFormat = new function () { var s = new Zotero.Search(); str = str.replace(/ (?:&|and) /g, " ", "g"); + str = str.replace(/^,/, ''); if(charRe.test(str)) { Zotero.debug("QuickFormat: QuickSearch: "+str); // Exclude feeds