summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-09-09 17:45:24 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-09-09 17:45:24 +0000
commitee82629d89b54694b9087dbbcb9c91e764e2561d (patch)
tree9df351bb66e3b4d3ba40b8bb36e0b81d50001bc7 /roundcubemail/program/steps
parent1256848fe21e1cddfde58cd8d0c8f4069960f7f0 (diff)
Ensure XHTML validation
git-svn-id: https://svn.roundcube.net/trunk@786 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc
index a956ecffc..c45183cf5 100644
--- a/roundcubemail/program/steps/mail/compose.inc
+++ b/roundcubemail/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;