From b9334cd9865b70712c09eb5bd9b5c130e8874e84 Mon Sep 17 00:00:00 2001
From: Nils G <nils.gondermann@ruhr-uni-bochum.de>
Date: Tue, 14 Apr 2020 11:12:07 +0200
Subject: [PATCH] Fixed missing </div>

---
 views/layout.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/views/layout.html b/views/layout.html
index ec20e88..81b664d 100644
--- a/views/layout.html
+++ b/views/layout.html
@@ -18,6 +18,8 @@
             [ <a href="{{=URL('default', 'index')}}">WebClient</a> ]
             [ <a href="{{=URL('debug', 'index')}}">Debug</a> ]
             [ <a href="https://git.noc.ruhr-uni-bochum.de/studienprojekt-ss20">GitLab</a> ]
+        </div>
+
         <!-- Page specific JavaScript -->
         {{block page_js}}{{end page_js}}
         <!-- ======================== -->
-- 
GitLab