thomascube
2012-02-01 fd6f6e27c4c727c1485674147e997eb9ce6118d6
Allow placeholder attributes for input fields

1 files modified
4 ■■■■ changed files
program/include/html.php 4 ●●●● patch | view | raw | blame | history
program/include/html.php
@@ -318,8 +318,8 @@
    protected $tagname = 'input';
    protected $type = 'text';
    protected $allowed = array('type','name','value','size','tabindex',
    'autocomplete','checked','onchange','onclick','disabled','readonly',
    'spellcheck','results','maxlength','src','multiple');
        'autocomplete','checked','onchange','onclick','disabled','readonly',
        'spellcheck','results','maxlength','src','multiple','placeholder');
    /**
     * Object constructor