Update plugins

This commit is contained in:
Jakub Vrana 2011-02-09 22:06:08 +01:00
parent 26b475312d
commit d663eed8a5

View file

@ -17,7 +17,7 @@ class AdminerTinymce {
function selectVal(&$val, $link, $field) {
if (ereg("_html", $field["field"]) && $val != ' ') {
$val = preg_replace('~<[^>]*$~', '', html_entity_decode($val, ENT_QUOTES, 'utf-8')); //! close all opened tags (text can be shortened)
$val = preg_replace('~<[^>]*$~', '', html_entity_decode($val, ENT_QUOTES)); //! close all opened tags (text can be shortened)
}
}