diff --git a/webapp/web/templates/freemarker/body/error/error-email.ftl b/webapp/web/templates/freemarker/body/error/error-email.ftl index f31b0c20d..d4972e42d 100644 --- a/webapp/web/templates/freemarker/body/error/error-email.ftl +++ b/webapp/web/templates/freemarker/body/error/error-email.ftl @@ -25,11 +25,14 @@
- Stack trace (full trace available in the vivo log): ${stackTrace} + Stack trace (full trace available in the vivo log): +
${stackTrace}<#if cause?has_content> -
Caused by: ${cause}
+Caused by: +
${cause}+ #if>