Aleksander Machniak
2012-08-17 31541824ab156f225ede89028d3988688ce42a6e
program/include/html.php
@@ -154,7 +154,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','onclick')));
            array('src','alt','width','height','border','usemap','onclick')));
    }
    /**