diff --git a/webapp/web/templates/freemarker/body/error/error-display.ftl b/webapp/web/templates/freemarker/body/error/error-display.ftl index 4ab973782..ebfc6ab7e 100644 --- a/webapp/web/templates/freemarker/body/error/error-display.ftl +++ b/webapp/web/templates/freemarker/body/error/error-display.ftl @@ -11,15 +11,15 @@ <#if adminErrorData??> <#-- view for site administrators --> <#if adminErrorData.errorMessage?has_content> -
Error message: ${adminErrorData.errorMessage}
+Error message: ${adminErrorData.errorMessage?html}
#if> <#if adminErrorData.stackTrace?has_content>- Stack trace (full trace available in the vivo log): ${adminErrorData.stackTrace} + Stack trace (full trace available in the vivo log): ${adminErrorData.stackTrace?html}
<#if adminErrorData.cause?has_content> -Caused by: ${adminErrorData.cause}
+Caused by: ${adminErrorData.cause?html}
#if> #if>