diff options
author | thomascube <thomas@roundcube.net> | 2007-09-09 17:45:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-09-09 17:45:24 +0000 |
commit | bd4209e20979f43ccacae81ef5ce4adc80018ee2 (patch) | |
tree | 029a33be7fedf2576efca21325da4b506e31e18e /program/steps | |
parent | e64fe07c472c9ddf38b9da2271c7bc26c5473008 (diff) |
Ensure XHTML validation
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index a956ecffc..c45183cf5 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -145,7 +145,7 @@ function rcmail_compose_headers($attrib) $header = 'bcc'; } - $allow_attrib = array('id', 'class', 'style', 'cols', 'rows', 'wrap', 'tabindex'); + $allow_attrib = array('id', 'class', 'style', 'cols', 'rows', 'tabindex'); $field_type = 'textarea'; break; |