From 8b2c23d6035ed0dbfa460c2775a033df129d0918 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 17 Mar 2011 19:50:13 +0000 Subject: - Use \n as a word separator to workaround some strange Google spellchecker issue --- program/steps/utils/spell_html_googie.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/utils/spell_html_googie.inc') diff --git a/program/steps/utils/spell_html_googie.inc b/program/steps/utils/spell_html_googie.inc index 73011f5b9..ceda62687 100644 --- a/program/steps/utils/spell_html_googie.inc +++ b/program/steps/utils/spell_html_googie.inc @@ -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 = '' .'' .'' . $wordstr . '' -- cgit v1.2.3