From: janw Date: Mon, 31 Oct 2005 13:21:02 +0000 (+0000) Subject: should set to max-height instead of height X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=feef31a716b94434b0f3544ed65466658ee5c957;p=gosa.git should set to max-height instead of height git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1773 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_divlist.inc b/include/class_divlist.inc index 58591666a..e7e741757 100644 --- a/include/class_divlist.inc +++ b/include/class_divlist.inc @@ -58,7 +58,7 @@ class divlist { $s_return.= "".$this->_generateHeader().""; // Define an alternate style for IE - $s_return.= ""; + $s_return.= ""; $s_return.= "".$this->_generatePage().""; } else {