summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-08 11:18:37 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-08 11:18:37 +0000
commiteb54a8aec8b3dbaaff66d89b9e989b9005ebcc64 (patch)
tree6f51f370a77308aec1310439f7817f042f9fd508 /frontends/php/include/classes
parentbb85c60e0c3cac72e366c2444f8f594e2624ed3c (diff)
downloadzabbix-eb54a8aec8b3dbaaff66d89b9e989b9005ebcc64.tar.gz
zabbix-eb54a8aec8b3dbaaff66d89b9e989b9005ebcc64.tar.xz
zabbix-eb54a8aec8b3dbaaff66d89b9e989b9005ebcc64.zip
- [ZBX-118] fixed show_popup_menu display problem (Sasha)
[svn merge -r4977:4987 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@4988 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes')
-rw-r--r--frontends/php/include/classes/ctag.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes/ctag.inc.php b/frontends/php/include/classes/ctag.inc.php
index 228090fc..c0924477 100644
--- a/frontends/php/include/classes/ctag.inc.php
+++ b/frontends/php/include/classes/ctag.inc.php
@@ -252,7 +252,7 @@
function AddAction($name, $value)
{
if(!empty($value))
- $this->options[$name] = htmlentities(str_replace(array("\r", "\n"), '', strval($value)),ENT_COMPAT);
+ $this->options[$name] = htmlentities(str_replace(array("\r", "\n"), '', strval($value)),ENT_COMPAT,S_HTML_CHARSET);
}
function AddOption($name, $value)