From: hickert Date: Wed, 28 Mar 2007 10:45:14 +0000 (+0000) Subject: DivSelectBox was calling a JavaScript function called 'highlight' that does not exists. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e6c19c5512362d9b8638d7e300944e227030b1c0;p=gosa.git 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 --- 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 .= ""; }