From 964f27985ee553981a71f98c24786a976b7fdbae Mon Sep 17 00:00:00 2001
From: andi <andi@splitbrain.org>
Date: Thu, 30 Jun 2005 22:03:59 +0200
Subject: [PATCH] spellchecker fix #428

darcs-hash:20050630200359-9977f-f51c2544ec20fc09a611c997cf614c13088a3cba.gz
---
 inc/aspell.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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]);
             
-- 
GitLab