From 784dd9bd27c51e16bfe6c67732cd85fe08e4492b Mon Sep 17 00:00:00 2001 From: Anders Lund <anders.lund@uninett.no> Date: Thu, 29 Jan 2009 12:33:38 +0000 Subject: [PATCH] This div not needed. In included header git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1214 44740490-163a-0410-bde0-09ae8108e29a --- modules/ldapstatus/templates/ldapstatus.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/ldapstatus/templates/ldapstatus.php b/modules/ldapstatus/templates/ldapstatus.php index 0e0159389..c4df0b5f2 100644 --- a/modules/ldapstatus/templates/ldapstatus.php +++ b/modules/ldapstatus/templates/ldapstatus.php @@ -2,9 +2,7 @@ $this->data['header'] = 'LDAP status page'; $this->includeAtTemplateBase('includes/header.php'); - ?> -<div id="content"> <h2>LDAP test</h2> @@ -72,4 +70,4 @@ foreach($this->data['sortedOrgIndex'] as $orgkey) { } ?> </table> -<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> -- GitLab