From 2afc073f7496740cfca3a0d1344997b1b2582076 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Tue, 22 Oct 2019 13:42:38 +0200
Subject: [PATCH] test dynamic header

---
 js/headfoot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/headfoot.js b/js/headfoot.js
index 9113c37..57b8c10 100755
--- a/js/headfoot.js
+++ b/js/headfoot.js
@@ -98,7 +98,7 @@ function head(){
                 headlink.remove();
                 let headform = document.createElement('form');
                 headform.setAttribute("th:action", "@{/logout}");
-                headform.setAttribute("method","POST");
+                headform.setAttribute("method","post");
                 let headbutton = document.createElement('button');
                 headbutton.name='logout';
                 headbutton.type="Submit";
-- 
GitLab