From 0c62386f9f656d4461fe82d502990602c3d4f030 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 14 May 2010 13:18:05 +0000 Subject: [PATCH] Updated property editor -Fixed problem with escaped values git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18477 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/addons/configViewer/class_configViewer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2