From 8aa24ead531d67791120907c76996cf7c406d083 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Tue, 19 Jul 2016 15:50:27 +0200
Subject: Fehler auch in Container

---
 templates/layouts/default.html.ep | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index f7a5f02..52f9a8e 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -29,8 +29,8 @@
 </head>
 <body style="<%= (stash('hide_opts') ? 'margin: 0; padding: 0;' : q{}) %>">
 
-% if (my $error = stash 'error') {
 <div class="container">
+% if (my $error = stash 'error') {
 <div class="error">Backend-Fehler:</div>
 <div>
 <pre>
@@ -41,8 +41,8 @@
 % elsif (stash('stationlist')) {
 <div class="error">Mehrdeutige Eingabe</div>
 <div>Bitte eine Station aus der Liste auswählen</div>
-</div>
 % }
+</div>
 
 %= content
 
-- 
cgit v1.2.3