Aleksander Machniak
2012-08-27 5f8adabb6286fdcb0ff8a0ea5d1d58f40eef51f4
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')));
    }
    /**
@@ -358,7 +358,7 @@
    protected $tagname = 'input';
    protected $type = 'text';
    protected $allowed = array(
        'type','name','value','size','tabindex',
        'type','name','value','size','tabindex','autocapitalize',
        'autocomplete','checked','onchange','onclick','disabled','readonly',
        'spellcheck','results','maxlength','src','multiple','placeholder',
    );