From 9b55a8ba666672127f0f2b788ff3a9887c267b3e Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Thu, 30 Nov 2017 16:42:21 +0100 Subject: [PATCH] fix: fix error display --- views/error.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/error.pug b/views/error.pug index e5897df..31790cb 100644 --- a/views/error.pug +++ b/views/error.pug @@ -19,7 +19,7 @@ block content li #{translate('verifyCredentialsErrorLabel', currentLocale.code)} li #{translate('localeContentErrorLabel', currentLocale.code)} - if error.stack + if error.stack li #{translate('stackTraceErrorLabel', currentLocale.code)} if error.response h2 #{translate('errorLabel', currentLocale.code)}