From 3d1d8af0520632418788e6533070a40f65766db5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no>
Date: Mon, 3 Mar 2014 15:50:10 +0000
Subject: [PATCH] Move closing div tag to its proper place. Fixes #55.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3406 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/core/templates/logout-iframe.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/core/templates/logout-iframe.php b/modules/core/templates/logout-iframe.php
index d77213440..8333580ba 100644
--- a/modules/core/templates/logout-iframe.php
+++ b/modules/core/templates/logout-iframe.php
@@ -207,6 +207,8 @@ if ($type === 'js') {
 ?>
   </div>
   <!-- #content -->
+</div>
+<!-- #wrap -->
 <?php
 if ($type === 'embed') {
 	$this->includeAtTemplateBase('includes/footer-embed.php');
@@ -214,5 +216,3 @@ if ($type === 'embed') {
 	$this->includeAtTemplateBase('includes/footer.php');
 }
 ?>
-</div>
-<!-- #wrap -->
-- 
GitLab