From 8123f53c34f1e89029186ac13d7ef2b61a7dd0ef Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 17 Jun 2014 23:12:54 +0200 Subject: [PATCH] Fix a missing closing div --- templates/default/error.html.ep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/default/error.html.ep b/templates/default/error.html.ep index d7cc88b..1bda03b 100644 --- a/templates/default/error.html.ep +++ b/templates/default/error.html.ep @@ -18,7 +18,8 @@ <%=l 'AUTH_IF_OWNER' %> <% } elsif ($err eq 'ERROR_ROOM_s_DOESNT_EXIST'){ %> - <% } %> + <% } %> + <% if ($err eq 'ERROR_ROOM_s_DOESNT_EXIST'){ %>