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)}