From: hickert Date: Fri, 6 Jan 2006 05:52:06 +0000 (+0000) Subject: Fixed list X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=899d0f97ba9570da17f63b23a3f8a53a05c1d479;p=gosa.git Fixed list git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2419 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index 746765539..0b1ce63e4 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -34,7 +34,7 @@ class divSelectBox { "width='100%' ". "cellspacing='0' ". "style='overflow:scroll; ". - "height:".($this->height-2).";". + "height:".($this->height-2)."px;". "padding-right:1px; ". "padding-bottom:2px; ". "border-left:solid 2px; ".