From 23e4e54c2988e22840463ae2466e0388df76d62f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 22 May 2015 16:03:06 -0400 Subject: [PATCH] Add extra newline between lines in error reports --- chrome/content/zotero/errorReport.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;