Fixins fer [ 495073 ] Weird Spacing on Composed Msgs. Changing "HARD" to
authorgraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 16 Apr 2002 14:26:26 +0000 (14:26 +0000)
committergraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 16 Apr 2002 14:26:26 +0000 (14:26 +0000)
"VIRTUAL" seems to make everyone happy.

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

src/compose.php

index d0d655505a6c1d4747d47f9bb103fcccbbd433aa..b99dc6f93f7516210327fdabd791676b4122660b 100644 (file)
@@ -695,7 +695,7 @@ function showInputForm ($session) {
     echo '   <TR>' . "\n" .
          '      <TD BGCOLOR="' . $color[4] . '" COLSPAN=2>' . "\n" .
          '         &nbsp;&nbsp;<TEXTAREA NAME=body ROWS=20 COLS="' .
     echo '   <TR>' . "\n" .
          '      <TD BGCOLOR="' . $color[4] . '" COLSPAN=2>' . "\n" .
          '         &nbsp;&nbsp;<TEXTAREA NAME=body ROWS=20 COLS="' .
-         $editor_size . '" WRAP=HARD>';
+         $editor_size . '" WRAP="VIRTUAL">';
     if ($use_signature == true && $newmail == true && !isset($from_htmladdr_search)) {
         if ($sig_first == '1') {
             echo "\n\n".($prefix_sig==true? "-- \n":'').htmlspecialchars($signature);
     if ($use_signature == true && $newmail == true && !isset($from_htmladdr_search)) {
         if ($sig_first == '1') {
             echo "\n\n".($prefix_sig==true? "-- \n":'').htmlspecialchars($signature);