diff options
-rw-r--r-- | inc/aspell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/aspell.php b/inc/aspell.php index 1cbbb2dc3..17ad4884a 100644 --- a/inc/aspell.php +++ b/inc/aspell.php @@ -179,7 +179,7 @@ class Aspell{ } // prepare text for Aspell and handle it over - $string = "^".str_replace("\n", "\n^",$text)."^\n"; + $string = "^".str_replace("\n", "\n^",$text); fwrite($pipes[0],$string); // send text to Aspell fclose($pipes[0]); |