diff --git a/chrome/content/zotero/xpcom/report.js b/chrome/content/zotero/xpcom/report.js index 0df9f1bde..ebf0d07bb 100644 --- a/chrome/content/zotero/xpcom/report.js +++ b/chrome/content/zotero/xpcom/report.js @@ -267,12 +267,12 @@ Zotero.Report = new function() { } // Append '&...' to the end if (shortened) { - fieldText += "&"; + fieldText += "&"; } } } - if (i == 'url' && firstSpace == -1) { + if (i == 'url') { fieldText = '' + escapeXML(fieldText) + ''; }