From e6c19c5512362d9b8638d7e300944e227030b1c0 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 28 Mar 2007 10:45:14 +0000 Subject: [PATCH] DivSelectBox was calling a JavaScript function called 'highlight' that does not exists. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5914 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_divSelectBox.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_divSelectBox.inc b/include/class_divSelectBox.inc index 4ddc3fba5..bde57f9c5 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 .= ""; } -- 2.30.2