From: hickert Date: Fri, 14 May 2010 13:18:05 +0000 (+0000) Subject: Updated property editor X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c62386f9f656d4461fe82d502990602c3d4f030;p=gosa.git Updated property editor -Fixed problem with escaped values git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18477 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc index 2532c3e9b..adc81e805 100644 --- a/gosa-core/plugins/addons/configViewer/class_configViewer.inc +++ b/gosa-core/plugins/addons/configViewer/class_configViewer.inc @@ -203,7 +203,7 @@ class configViewer extends management $ssize = "208px"; $isize = "200px"; $name = "{$class[0]}:{$cn[0]}"; - $value = htmlentities($value[0],ENT_COMPAT,'UTF-8'); + $value = htmlentities($value[0],ENT_QUOTES ,'UTF-8'); // Add slashes to keep escaped values escaped after passing them to smarty. $value = addslashes($value);