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) {