From 4d0016edac37ce2f7f79824d78290c42456867f3 Mon Sep 17 00:00:00 2001
From: Anders Lund <anders.lund@uninett.no>
Date: Tue, 27 Jan 2009 10:29:33 +0000
Subject: [PATCH] Not needed. Included in header

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

diff --git a/modules/statistics/templates/statistics-tpl.php b/modules/statistics/templates/statistics-tpl.php
index cd7edb360..34f968948 100644
--- a/modules/statistics/templates/statistics-tpl.php
+++ b/modules/statistics/templates/statistics-tpl.php
@@ -78,7 +78,6 @@ echo '<script type="text/javascript" src="/' . $this->data['baseurlpath'] . 'res
 	</style>
 
 <?php
-echo('<div id="content">');
 echo('<h1>'. $this->data['available.rules'][$this->data['selected.rule']]['name'] . '</h1>');
 echo('<p>' . $this->data['available.rules'][$this->data['selected.rule']]['descr'] . '</p>');
 
@@ -227,4 +226,4 @@ echo '</div>'; # End debug tab content
 // }
 
 $this->includeAtTemplateBase('includes/footer.php');
-?>
\ No newline at end of file
+?>
-- 
GitLab