Aleksander Machniak
2012-08-14 327d9339c4b910e4538b5d8f98400ceab1718cac
program/include/html.php
@@ -317,7 +317,8 @@
{
    protected $tagname = 'input';
    protected $type = 'text';
    protected $allowed = array('type','name','value','size','tabindex',
    protected $allowed = array(
        'type','name','value','size','tabindex','autocapitalize',
        'autocomplete','checked','onchange','onclick','disabled','readonly',
        'spellcheck','results','maxlength','src','multiple','placeholder');