From: graf25 Date: Tue, 16 Apr 2002 14:29:39 +0000 (+0000) Subject: A tiny fix-up. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=f302d7046daf67851fd322450ef02088b8c4d2f3 A tiny fix-up. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2734 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index b99dc6f9..0bde7883 100644 --- a/src/compose.php +++ b/src/compose.php @@ -142,8 +142,7 @@ if (isset($send)) { /* * Rewrap $body so that no line is bigger than $editor_size * This should only really kick in the sqWordWrap function - * if the browser doesn't support "HARD" as the wrap type - * Or, in Opera's case, something goes wrong. + * if the browser doesn't support "VIRTUAL" as the wrap type. */ $body = explode("\n", $body); $newBody = '';