From: hickert Date: Tue, 4 Apr 2006 05:23:39 +0000 (+0000) Subject: Updated dilist, to use a non highlighting row/col style for last empty row X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d62ed7cb69f480b64aa4f5098d2b8bd851afbeee;p=gosa.git 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 --- 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";