diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-24 13:22:08 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-24 13:22:08 +0000 |
| commit | 9b978b989e0dc418d43a12d95b4c6716108a7f50 (patch) | |
| tree | 70eacd20bd20e0ad5e5299d405bfb4e1f568d50d /roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php | |
| parent | 9c210683884d60b7503ab84e2147d01c536f9000 (diff) | |
- TinyMCE 3.3.7
git-svn-id: https://svn.roundcube.net/trunk@3783 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php')
| -rwxr-xr-x | roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php b/roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php index d57dee7f2..5ae501dac 100755 --- a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php +++ b/roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php @@ -65,7 +65,8 @@ class GoogleSpell extends SpellChecker { }
// Setup XML request
- $xml = '<?xml version="1.0" encoding="utf-8" ?><spellrequest textalreadyclipped="0" ignoredups="0" ignoredigits="1" ignoreallcaps="1"><text>' . $str . '</text></spellrequest>';
+ $xml = '<?xml version="1.0" encoding="utf-8" ?>\ + <spellrequest textalreadyclipped="0" ignoredups="0" ignoredigits="1" ignoreallcaps="1"><text>' . $str . '</text></spellrequest>';
$header = "POST ".$path." HTTP/1.0 \r\n";
$header .= "MIME-Version: 1.0 \r\n";
|
