diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-07-02 21:05:33 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-07-02 21:05:33 +0200 |
commit | 257a4ec39bbf6c9fadce097b854c16969c953a35 (patch) | |
tree | b03aedbc39fd6f2c77578fc55d5090977d4b9dcd /templates/layouts/app.html.ep | |
parent | 254013b651cbb183452107d1d9eb7636d2157808 (diff) |
Note that dbf is limited to DB lines when encountering no results
Diffstat (limited to 'templates/layouts/app.html.ep')
-rw-r--r-- | templates/layouts/app.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 83c83fa..a897747 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -101,9 +101,9 @@ <div class="container"> % if (my $error = stash 'error') { <div class="error"><strong>Fehler:</strong> -<pre> +<p> %= $error -</pre> +</p> </div> % } % elsif (stash('stationlist')) { |