From: hickert Date: Wed, 28 Mar 2007 10:46:27 +0000 (+0000) Subject: DivSelectBox? was calling a JavaScript? function called 'highlight' that does not... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5dca72f94c1ab450a58e5e76ff6f1929766eac42;p=gosa.git DivSelectBox? was calling a JavaScript? function called 'highlight' that does not exists. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5915 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index 4ddc3fba5..dbee8bed4 100644 --- a/include/class_divSelectBox.inc +++ b/include/class_divSelectBox.inc @@ -100,7 +100,7 @@ class divSelectBox { $style = " ".$s_value2['attach']." " ; } - $s_return .= "\n"; + $s_return .= "\n"; $s_return .= $s_value2['string']; $s_return .= ""; }