Skip to content

Commit 3d1d8af

Browse files
committed
Move closing div tag to its proper place. Fixes simplesamlphp#55.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3406 44740490-163a-0410-bde0-09ae8108e29a
1 parent b8abf56 commit 3d1d8af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/core/templates/logout-iframe.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@
207207
?>
208208
</div>
209209
<!-- #content -->
210+
</div>
211+
<!-- #wrap -->
210212
<?php
211213
if ($type === 'embed') {
212214
$this->includeAtTemplateBase('includes/footer-embed.php');
213215
} else {
214216
$this->includeAtTemplateBase('includes/footer.php');
215217
}
216218
?>
217-
</div>
218-
<!-- #wrap -->

0 commit comments

Comments
 (0)