diff options
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 +?> |
