From 3dbec2015d7b09b021703dbf7531ea762533b743 Mon Sep 17 00:00:00 2001
From: Anders Lund <anders.lund@uninett.no>
Date: Thu, 29 Jan 2009 12:32:27 +0000
Subject: [PATCH] This div is not needed. In included header.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1213 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/certcheck/templates/certcheck.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/modules/certcheck/templates/certcheck.php b/modules/certcheck/templates/certcheck.php
index 58969cc2d..41d1d373f 100644
--- a/modules/certcheck/templates/certcheck.php
+++ b/modules/certcheck/templates/certcheck.php
@@ -2,9 +2,7 @@
 $this->data['header'] = 'LDAP status page';
 $this->includeAtTemplateBase('includes/header.php');
 
-
 ?>
-<div id="content">
 
 <h2>Certificate check</h2>
 
@@ -43,4 +41,4 @@ foreach($this->data['results'] as $orgkey => $org) {
 }
 ?>
 </table>
-<?php $this->includeAtTemplateBase('includes/footer.php'); ?>
\ No newline at end of file
+<?php $this->includeAtTemplateBase('includes/footer.php'); ?>
-- 
GitLab