From b1aa40b2b5b5a902486360a51d1dc1acd0a47c23 Mon Sep 17 00:00:00 2001
From: Matteo Nastasi <nastasi@alternativeoutput.it>
Date: Sun, 19 Apr 2020 12:44:32 +0200
Subject: [PATCH] add some more DOM element

---
 web/index.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/web/index.php b/web/index.php
index 8313cb9..0259193 100644
--- a/web/index.php
+++ b/web/index.php
@@ -1632,7 +1632,9 @@ type="submit" class="button" onclick="this.form.elements['realsub'].value = 'chi
 cookie_law(null);
 // -->
 </script>
-<input type="hidden" id="prevent_reuse"/>
+    <form name="ignore_me">
+    <input type="hidden" id="prevent_reuse" name="prevent_reuse"/>
+    </form>
 </body>
 </html>
 <?php
-- 
2.17.1