From f302d7046daf67851fd322450ef02088b8c4d2f3 Mon Sep 17 00:00:00 2001 From: graf25 Date: Tue, 16 Apr 2002 14:29:39 +0000 Subject: [PATCH] A tiny fix-up. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2734 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = ''; -- 2.25.1