Fix for 906217. If replying to an email inline, and a spell check is done,
[squirrelmail.git] / plugins / squirrelspell / modules / check_me.mod
index 72fc8d4104382242c810b54cded611f153ed6536..a77958f46d05472cd53ba600fb0c0f32aafc6b11 100644 (file)
@@ -66,7 +66,7 @@ for ($i=0; $i<sizeof($sqspell_raw_lines); $i++){
   if(substr($sqspell_raw_lines[$i], 0, 1) != '>'){
     $sqspell_new_lines[$i] = ' ' . $sqspell_raw_lines[$i];
   } else {
-    $sqspell_new_lines[$i] = '';
+    $sqspell_new_lines[$i] = ' ';
   }
 }
 /**
@@ -435,4 +435,4 @@ if ($errors){
  * End:
  * vim: syntax=php et ts=4
  */
-?>
\ No newline at end of file
+?>