diff options
Diffstat (limited to 'frontends/php/include/classes/cimg.inc.php')
| -rw-r--r-- | frontends/php/include/classes/cimg.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/classes/cimg.inc.php b/frontends/php/include/classes/cimg.inc.php index bc1f130b..488c7b91 100644 --- a/frontends/php/include/classes/cimg.inc.php +++ b/frontends/php/include/classes/cimg.inc.php @@ -35,6 +35,7 @@ $name="image"; $this->AddOption('border',0); + $this->AddOption('alt',$name); $this->SetName($name); $this->SetAltText($name); $this->SetSrc($src); |
