Fixins fer [ 495073 ] Weird Spacing on Composed Msgs. Changing "HARD" to
[squirrelmail.git] / 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="' .
-         $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);