alecpl
2010-06-24 2011bef155aacdfa8461a4d5c2cd3988d946d135
program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php
@@ -65,7 +65,8 @@
      }
      // 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";