1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 06:37:33 +02:00

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