Skip to content
Snippets Groups Projects
Commit 3d1d8af0 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Move closing div tag to its proper place. Fixes #55.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3406 44740490-163a-0410-bde0-09ae8108e29a
parent b8abf567
No related branches found
No related tags found
No related merge requests found
...@@ -207,6 +207,8 @@ if ($type === 'js') { ...@@ -207,6 +207,8 @@ if ($type === 'js') {
?> ?>
</div> </div>
<!-- #content --> <!-- #content -->
</div>
<!-- #wrap -->
<?php <?php
if ($type === 'embed') { if ($type === 'embed') {
$this->includeAtTemplateBase('includes/footer-embed.php'); $this->includeAtTemplateBase('includes/footer-embed.php');
...@@ -214,5 +216,3 @@ if ($type === 'embed') { ...@@ -214,5 +216,3 @@ if ($type === 'embed') {
$this->includeAtTemplateBase('includes/footer.php'); $this->includeAtTemplateBase('includes/footer.php');
} }
?> ?>
</div>
<!-- #wrap -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment