From: hickert Date: Fri, 24 Jun 2011 13:10:17 +0000 (+0000) Subject: Fixed scrolling problem in lists for ff5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bc2001cd66dd8c3ecc99252e5a1bdbe7aed2ae2f;p=gosa.git Fixed scrolling problem in lists for ff5 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20916 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 71b1665ab..90b774208 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -307,7 +307,7 @@ class listing { $height= $this->height; } - $result.= "
\n"; + $result.= "
\n"; $result.= "\n"; $this->numColumns= count($this->colprops) + (($this->multiSelect|$this->singleSelect)?1:0);