diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-08-15 10:46:42 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-08-15 10:46:42 +0000 |
| commit | f84e8a5e4f853fe12b8bd42c7fb99f56eb3f7dad (patch) | |
| tree | bf28472606121ae1864cf2fb40951ce3b123d800 /frontends/php/include | |
| parent | ece3040e2fa5779d061ee628a4e708f36b548ae6 (diff) | |
| download | zabbix-f84e8a5e4f853fe12b8bd42c7fb99f56eb3f7dad.tar.gz zabbix-f84e8a5e4f853fe12b8bd42c7fb99f56eb3f7dad.tar.xz zabbix-f84e8a5e4f853fe12b8bd42c7fb99f56eb3f7dad.zip | |
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
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/js.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
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(\'<img alt="chart" src=" + img_src + width + " />\'); + document.write(\'<img alt="chart" src="\'+img_src + width +\'" />\'); --> </script>'; return $result; @@ -137,4 +137,4 @@ function Alert($msg){ //--> </script>'; } -?>
\ No newline at end of file +?> |
