Merge pull request #221 from Rupreht/patch-1

Update rte_triggers.lib.php
This commit is contained in:
Rouslan Placella 2013-03-29 03:43:55 -07:00
commit 67da3c14eb

View File

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