summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-09-09 17:45:24 +0000
committerthomascube <thomas@roundcube.net>2007-09-09 17:45:24 +0000
commitbd4209e20979f43ccacae81ef5ce4adc80018ee2 (patch)
tree029a33be7fedf2576efca21325da4b506e31e18e /program/steps/mail/compose.inc
parente64fe07c472c9ddf38b9da2271c7bc26c5473008 (diff)
Ensure XHTML validation
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r--program/steps/mail/compose.inc2
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;