From 7e630fc7af0630c3712fa574a65b4d71a87c233b Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Wed, 14 Feb 2018 12:41:06 +0100
Subject: [PATCH] kill useless div

---
 templates/web/index.tt2.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html
index a32ca63..11821b3 100644
--- a/templates/web/index.tt2.html
+++ b/templates/web/index.tt2.html
@@ -37,8 +37,6 @@ html1/DTD/xhtml1-transitional.dtd">
             </div>
         </header>
 
-        <div id="wrapper">
-
             <div id="content">
 
                 [% IF errors %]
@@ -73,6 +71,5 @@ html1/DTD/xhtml1-transitional.dtd">
                 $(document).foundation();
             </script>   
 
-        </div>
     </body>
 </html>
-- 
GitLab