diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-07-25 18:45:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-07-25 18:45:13 +0200 |
commit | 7bc1518c547865a603f74181f0a56ea15104d89b (patch) | |
tree | e7c6ebb1d30f01cdf1893b94ff4d10b5f1ee7029 /templates/layouts/default.html.ep | |
parent | b7356a003456a317ccdaa95dc476fe72e968d5f0 (diff) |
further improved error messages
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 5f24edf..620fce2 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -31,8 +31,7 @@ <div class="container"> % if (my $error = stash 'error') { -<div class="error">Backend-Fehler:</div> -<div> +<div class="error"><strong>Backend-Fehler:</strong> <pre> %= $error </pre> |