diff --git a/modules/certcheck/templates/certcheck.php b/modules/certcheck/templates/certcheck.php
index 58969cc2dd6d974dbd5715f26dd70208adaa09ef..41d1d373f54389c3397ecf54c41db035738d4470 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'); ?>