From 7074fe42d9f63375bf9d0982a566e76ed56aed33 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 9 Jul 2014 12:43:19 +0200
Subject: [PATCH] Remove stray </div> that messed up the footer of sanitycheck

---
 modules/sanitycheck/templates/check-tpl.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/sanitycheck/templates/check-tpl.php b/modules/sanitycheck/templates/check-tpl.php
index 4d6200115..cf34bff61 100644
--- a/modules/sanitycheck/templates/check-tpl.php
+++ b/modules/sanitycheck/templates/check-tpl.php
@@ -42,7 +42,4 @@ echo '</div>';
 }
 ?>
 
-
-</div>
-
 <?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
-- 
GitLab