From b22ad10a8d0ba50026b5a04c50e0575d80a3774c Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 4 Apr 2006 05:28:39 +0000 Subject: [PATCH] Fixed divlist highlighting git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2961 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_divlist.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_divlist.inc b/include/class_divlist.inc index d8ee0fb80..1cfbf8e3b 100644 --- a/include/class_divlist.inc +++ b/include/class_divlist.inc @@ -150,7 +150,7 @@ class divlist { /* If divlist is empty, append a single white entry */ if(count($this->a_entries)==0){ $str = $s_return.""; - $str.=" "; + $str.=" "; $str.=""; if($this->i_entriesPerPage == 0) { $str.=""; -- 2.30.2