From 2011bef155aacdfa8461a4d5c2cd3988d946d135 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 24 Jun 2010 13:22:08 +0000 Subject: - TinyMCE 3.3.7 --- program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php') diff --git a/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php b/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php index d57dee7f2..5ae501dac 100755 --- a/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php +++ b/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php @@ -65,7 +65,8 @@ class GoogleSpell extends SpellChecker { } // Setup XML request - $xml = '' . $str . ''; + $xml = '\ + ' . $str . ''; $header = "POST ".$path." HTTP/1.0 \r\n"; $header .= "MIME-Version: 1.0 \r\n"; -- cgit v1.2.3