diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-01 08:09:30 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-01 08:09:30 +0000 |
| commit | 5696b84a5974672a3de498a071c3e26a198aa7c0 (patch) | |
| tree | 41138603bc4ad65d5c7309477f0c9841f81868b5 | |
| parent | 80014a1429a0a3a3dca47e323cba992dc84e1719 (diff) | |
Allow placeholder attributes for input fields
git-svn-id: https://svn.roundcube.net/trunk@5848 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/include/html.php b/roundcubemail/program/include/html.php index 34874df6b..d4c925c54 100644 --- a/roundcubemail/program/include/html.php +++ b/roundcubemail/program/include/html.php @@ -318,8 +318,8 @@ class html_inputfield extends html 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 |
