diff --git a/src/root/error.tt b/src/root/error.tt index 928c1baa..c591ccc0 100644 --- a/src/root/error.tt +++ b/src/root/error.tt @@ -2,7 +2,7 @@ [% USE HTML %] [% FOREACH error IN errors %] -
[% HTML.escape(error) %]
+
[% HTML.escape(error).replace('\n', '
') %]
[% END %] [% END %]