Thomas Bruederli
2012-05-14 fc67e008126d8b034a49ed24f6c94de2bf858981
program/include/html.php
@@ -157,7 +157,7 @@
            $attr = array('src' => $attr);
        }
        return self::tag('img', $attr + array('alt' => ''), null, array_merge(self::$common_attrib,
       array('src','alt','width','height','border','usemap')));
           array('src','alt','width','height','border','usemap','onclick')));
    }
    /**