diff --git a/chrome/content/zotero/errorReport.xul b/chrome/content/zotero/errorReport.xul index 4737a3b2a..3f5624d47 100644 --- a/chrome/content/zotero/errorReport.xul +++ b/chrome/content/zotero/errorReport.xul @@ -33,7 +33,7 @@ Zotero.getSystemInfo(function(info) { var errorDataText = errorData.length - ? data.errorData.join('\n') + ? data.errorData.join('\n\n') : Zotero.getString('errorReport.noErrorsLogged', Zotero.appName); diagnosticInfo = info;