From 7c6936e90f435c64057feb487ce22b5e7c0e28c9 Mon Sep 17 00:00:00 2001 From: "jaimepc@gmail.com" Date: Mon, 3 Mar 2014 15:50:10 +0000 Subject: [PATCH] Move closing div tag to its proper place. Fixes #55. git-svn-id: http://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 d7721344..8333580b 100644 --- a/modules/core/templates/logout-iframe.php +++ b/modules/core/templates/logout-iframe.php @@ -207,6 +207,8 @@ if ($type === 'js') { ?> + + includeAtTemplateBase('includes/footer-embed.php'); @@ -214,5 +216,3 @@ if ($type === 'embed') { $this->includeAtTemplateBase('includes/footer.php'); } ?> - -