From ab89ccaaa722f4c1acdfb0302c3cddb2ed343e61 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 30 Jan 2026 22:50:15 +0100 Subject: [PATCH] Allow links in error_box --- system/templates/error_box.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/templates/error_box.html.twig b/system/templates/error_box.html.twig index e6ed4992..74bb1aba 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|striptags('')|raw }}
  • +
  • {{ error|striptags('')|raw }}
  • {% endfor %}
    @@ -17,4 +17,4 @@
    -
    \ No newline at end of file +