Revision: 3406
Author:
jai...@gmail.com
Date: Mon Mar 3 15:50:10 2014 UTC
Log: Move closing div tag to its proper place. Fixes #55.
http://code.google.com/p/simplesamlphp/source/detail?r=3406
Modified:
/trunk/modules/core/templates/logout-iframe.php
=======================================
--- /trunk/modules/core/templates/logout-iframe.php Tue Aug 13 10:28:38
2013 UTC
+++ /trunk/modules/core/templates/logout-iframe.php Mon Mar 3 15:50:10
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 -->