From e93c45c749c7a7846bf3d52aac0576cc8622621a Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 19 Dec 2005 09:38:44 +0000 Subject: [PATCH] fixed w3c git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2329 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_divlist.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/class_divlist.inc b/include/class_divlist.inc index 33a65dfff..d624d3837 100644 --- a/include/class_divlist.inc +++ b/include/class_divlist.inc @@ -92,7 +92,7 @@ class divlist { // Using scrolltable? if($this->i_entriesPerPage == 0) { - $s_return .= "\n"; + $s_return .= "\n
"; } $s_return .= "\n"; @@ -134,7 +134,7 @@ class divlist { // We need to construct a "body"-table that is width-of-scrollbar thinner than the "head"-table. $s_return .= "\n
"; - $s_return .= ""; + $s_return .= "
"; } $i_alternate=0; @@ -277,7 +277,7 @@ class divlist { $fill= ""; for ($i= 1; $i <= $this->cols; $i++){ if ($i == $this->cols){ - $fill.= ""; + $fill.= ""; } else { $fill.= ""; } -- 2.30.2