From f84e8a5e4f853fe12b8bd42c7fb99f56eb3f7dad Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 15 Aug 2007 10:46:42 +0000 Subject: Fixed broken images in WEB monitoring (Alexei) [svn merge -r4574:4577 svn://svn.zabbix.com/branches/1.4.2] git-svn-id: svn://svn.zabbix.com/trunk@4578 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/js.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/js.inc.php') diff --git a/frontends/php/include/js.inc.php b/frontends/php/include/js.inc.php index b76353f9..3e8b9e46 100644 --- a/frontends/php/include/js.inc.php +++ b/frontends/php/include/js.inc.php @@ -81,7 +81,7 @@ function get_dynamic_chart($img_src,$width=0){ width = "&width=" + (scr_width - 100 + parseInt(width)); } - document.write(\'chart\'); + document.write(\'chart\'); --> '; return $result; @@ -137,4 +137,4 @@ function Alert($msg){ //--> '; } -?> \ No newline at end of file +?> -- cgit