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
This commit is contained in:
jaimepc@gmail.com 2014-03-03 15:50:10 +00:00
parent 038a2fc952
commit 7c6936e90f
1 changed files with 2 additions and 2 deletions

View File

@ -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 -->