From d62ed7cb69f480b64aa4f5098d2b8bd851afbeee Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 4 Apr 2006 05:23:39 +0000 Subject: [PATCH] Updated dilist, to use a non highlighting row/col style for last empty row git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2960 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_divlist.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/class_divlist.inc b/include/class_divlist.inc index 461d3f92d..d8ee0fb80 100644 --- a/include/class_divlist.inc +++ b/include/class_divlist.inc @@ -275,9 +275,9 @@ class divlist { $fill= ""; for ($i= 1; $i <= $this->cols; $i++){ if ($i == $this->cols){ - $fill.= " "; + $fill.= " "; } else { - $fill.= " "; + $fill.= " "; } } $s_return.="\n$fill"; -- 2.30.2