diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-25 15:08:07 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-25 15:08:07 +0000 |
| commit | 3d3f9639bc0524d6085d11041d70d23fbbda1c88 (patch) | |
| tree | 6750314aafcbb445cfc34e25f812e1daf1ae0140 /frontends/php/include/classes/cimg.inc.php | |
| parent | 6a0a2faf91cefb2d62cca7dc6faf685b5e90df03 (diff) | |
- Frontend improvements (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2564 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/cimg.inc.php')
| -rw-r--r-- | frontends/php/include/classes/cimg.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes/cimg.inc.php b/frontends/php/include/classes/cimg.inc.php index 48a102c0..11503faf 100644 --- a/frontends/php/include/classes/cimg.inc.php +++ b/frontends/php/include/classes/cimg.inc.php @@ -37,7 +37,7 @@ { return $this->error("Incorrect value for SetSrc [$value]"); } - return $this->AddOption("src",$value); + return $this->AddOption("src",htmlspecialchars($value)); } function SetAltText($value=NULL) { |
