diff --git a/system/templates/error_box.html.twig b/system/templates/error_box.html.twig index f06c1d73..e6ed4992 100644 --- a/system/templates/error_box.html.twig +++ b/system/templates/error_box.html.twig @@ -9,7 +9,7 @@
The Following Errors Have Occurred:
{% for error in errors %} -
  • {{ error|raw }}
  • +
  • {{ error|striptags('')|raw }}
  • {% endfor %}