Textarea should not use proprietary wrap attribute (#1512681). Original
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Jul 2006 10:03:37 +0000 (10:03 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Jul 2006 10:03:37 +0000 (10:03 +0000)
commit0d73f4ee78be759105988263d5e72ae69aba9023
treebdbb443c3305a0c34c53584e86fb17e7d3365f71
parent9cda618e7c24ed4c27f91b5d23fa01ce61060b16
Textarea should not use proprietary wrap attribute (#1512681). Original
code used wrap=hard and forced new lines, when long lines are added.
Attribute was switched to wrap=virtual (#495073, v.1.214) in order
to fix spacing issues. wrap=virtual creates unwrapped long lines in
IE, Firefox and Opera. Same happens when attribute is not set.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11340 7612ce4b-ef26-0410-bec9-ea0150e637f0
src/compose.php