summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/cimg.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/classes/cimg.inc.php')
-rw-r--r--frontends/php/include/classes/cimg.inc.php1
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);