Skip to content

Commit

Permalink
Merge pull request #221 from Rupreht/patch-1
Browse files Browse the repository at this point in the history
Update rte_triggers.lib.php
  • Loading branch information
roccivic committed Mar 29, 2013
2 parents cdb85e2 + 5d40cb1 commit 67da3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/rte/rte_triggers.lib.php
Expand Up @@ -324,7 +324,7 @@ function PMA_TRI_getEditorForm($mode, $item)
'item_definer'
);
foreach ($need_escape as $key => $index) {
$item[$index] = htmlentities($item[$index], ENT_QUOTES);
$item[$index] = htmlentities($item[$index], ENT_QUOTES, 'UTF-8');
}
$original_data = '';
if ($mode == 'edit') {
Expand Down

0 comments on commit 67da3c1

Please sign in to comment.