]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/steps/utils/spell_html_googie.inc
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / program / steps / utils / spell_html_googie.inc
index 1a4fbd48d2d260e26b19cccd08627c875556e04c..df18c036b8ebd2b56587632302e34c33d3aa6e5d 100644 (file)
@@ -80,7 +80,7 @@ if (!empty($CONFIG['spellcheck_uri']))
   $path = $a_uri['path'] . ($a_uri['query'] ? '?'.$a_uri['query'] : '') . $lang;
   }
 
-$wordstr = implode(' ', (array) $data);
+$wordstr = implode("\n", (array) $data);
 $data = '<?xml version="1.0" encoding="utf-8" ?>'
     .'<spellrequest textalreadyclipped="0" ignoredups="0" ignoredigits="1" ignoreallcaps="1">'
     .'<text>' . $wordstr . '</text>'