Revision: 3407
Author:
jai...@gmail.com
Date: Mon Mar 3 15:52:08 2014 UTC
Log: Move closing div tag to its proper place. Fixes #55.
http://code.google.com/p/simplesamlphp/source/detail?r=3407
Modified:
/branches/simplesamlphp-1.12/modules/core/templates/logout-iframe.php
=======================================
--- /branches/simplesamlphp-1.12/modules/core/templates/logout-iframe.php
Tue Aug 13 10:28:38 2013 UTC
+++ /branches/simplesamlphp-1.12/modules/core/templates/logout-iframe.php
Mon Mar 3 15:52:08 2014 UTC
@@ -207,6 +207,8 @@
?>
</div>
<!-- #content -->
+</div>
+<!-- #wrap -->
<?php
if ($type === 'embed') {
$this->includeAtTemplateBase('includes/footer-embed.php');
@@ -214,5 +216,3 @@
$this->includeAtTemplateBase('includes/footer.php');
}
?>
-</div>
-<!-- #wrap -->