diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 02:32:17 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 02:32:17 +0000 |
| commit | d22de1b72ad22039015044ef10854e089b8d48d6 (patch) | |
| tree | 211c50402bf123c7d5205a6bbdda5d03d1ff2133 /roundcubemail/program | |
| parent | f1f378b2abf0704219d1da7f8729fe6c376ea45b (diff) | |
# xhtml fix (#1484493)
git-svn-id: https://svn.roundcube.net/trunk@732 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/rcmail_template.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail_template.inc b/roundcubemail/program/include/rcmail_template.inc index 1c40c0e96..a3937c8d6 100644 --- a/roundcubemail/program/include/rcmail_template.inc +++ b/roundcubemail/program/include/rcmail_template.inc @@ -647,7 +647,7 @@ class rcmail_template extends rcube_html_page $attrib['value'] = $attrib['label']; $attrib_str = create_attrib_string($attrib, array('type', 'value', 'onclick', 'id', 'class', 'style')); - $out = sprintf('<input%s disabled />', $attrib_str); + $out = sprintf('<input%s disabled="disabled" />', $attrib_str); } // generate html code for button |
