Skip to content
Snippets Groups Projects
Commit 3dbec201 authored by Anders Lund's avatar Anders Lund
Browse files

This div is not needed. In included header.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1213 44740490-163a-0410-bde0-09ae8108e29a
parent adea612d
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
$this->data['header'] = 'LDAP status page'; $this->data['header'] = 'LDAP status page';
$this->includeAtTemplateBase('includes/header.php'); $this->includeAtTemplateBase('includes/header.php');
?> ?>
<div id="content">
<h2>Certificate check</h2> <h2>Certificate check</h2>
...@@ -43,4 +41,4 @@ foreach($this->data['results'] as $orgkey => $org) { ...@@ -43,4 +41,4 @@ foreach($this->data['results'] as $orgkey => $org) {
} }
?> ?>
</table> </table>
<?php $this->includeAtTemplateBase('includes/footer.php'); ?> <?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
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