Skip to content

Commit

Permalink
Merge branch 'wip_23_mdl-25736_tinymce_spellchecker_frech_issues' of h…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Nov 14, 2012
2 parents b622d36 + 6cd89c8 commit 4093331
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ function &getSuggestions($lang, $word) {
$matches = $this->_getMatches($lang, $word); $matches = $this->_getMatches($lang, $word);


if (count($matches) > 0) if (count($matches) > 0)
$sug = explode("\t", utf8_encode($this->_unhtmlentities($matches[0][4]))); $sug = explode("\t", $this->_unhtmlentities($matches[0][4]));


// Remove empty // Remove empty
foreach ($sug as $item) { foreach ($sug as $item) {
Expand Down

0 comments on commit 4093331

Please sign in to comment.