From feef31a716b94434b0f3544ed65466658ee5c957 Mon Sep 17 00:00:00 2001 From: janw Date: Mon, 31 Oct 2005 13:21:02 +0000 Subject: [PATCH] should set to max-height instead of height git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1773 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 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 { -- 2.30.2