summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05de061)
raw | patch | inline | side by side (parent: 05de061)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 13:18:05 +0000 (13:18 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 13:18:05 +0000 (13:18 +0000) |
-Fixed problem with escaped values
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18477 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18477 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/addons/configViewer/class_configViewer.inc | patch | blob | history |
diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc
index 2532c3e9b872d4004afd6644ae62e368954337b6..adc81e805f55e61c4158feae9d70fab82880244d 100644 (file)
$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);