alecpl
2008-10-15 b92a67483d467906f8e004718cd6b1f8fb1c0613
program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php
@@ -38,7 +38,7 @@
      $matches = $this->_getMatches($lang, $word);
      if (count($matches) > 0)
         $sug = explode("\t", utf8_encode($this->_unhtmlentities($matches[0][4])));
         $sug = explode("\t", $this->_unhtmlentities($matches[0][4]));
      // Remove empty
      foreach ($sug as $item) {