www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 23e4e54c2988e22840463ae2466e0388df76d62f
parent f164fef3d27089d984d59a23eebe917d68d405bb
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 22 May 2015 16:03:06 -0400

Add extra newline between lines in error reports

Diffstat:
Mchrome/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 @@ -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;