commit | 8ea842917b147d41453561e7c4a75282879d162e | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Oct 24 13:41:52 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Wed Oct 24 13:41:52 2018 +0200 |
tree | 83770ed83de17ac8ce320940a5a02e5855e40ab7 | |
parent | ec3d0e8999fd538ceaa17d892d629a07ea04503d [diff] [blame] |
Improve error handling Change-Id: I1f54cf9cd4770d6602f70036cf0e27c9ede8c893
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index 953ab43..8410580 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep
@@ -1,6 +1,6 @@ % my $msg = stash('msg') // loc('notFound'); % layout 'main', title => 'KorAP: ' . loc('notFound'); -<p id="no-results"><%= $msg %></p> +<p class="no-results"><%= $msg %></p> % notify('warn' => $msg);