Skip to content
Snippets Groups Projects
Commit 964f2798 authored by andi's avatar andi
Browse files

spellchecker fix #428

darcs-hash:20050630200359-9977f-f51c2544ec20fc09a611c997cf614c13088a3cba.gz
parent 549111ef
No related branches found
No related tags found
No related merge requests found
......@@ -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]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment