Revision: 3407
Author: jaim...@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 -->
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to simplesamlphp-commits+unsubscr...@googlegroups.com.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
Visit this group at http://groups.google.com/group/simplesamlphp-commits.
For more options, visit https://groups.google.com/groups/opt_out.