Thomas Bruederli
2012-11-10 03149131f754dd122f8707fbfc9e7ff47e9d6524
program/include/html.php
@@ -252,9 +252,9 @@
     * @return string HTML code
     * @see html::tag()
     */
    public static function br()
    public static function br($attrib = array())
    {
        return self::tag('br');
        return self::tag('br', $attrib);
    }
    /**