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

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