mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 06:37:33 +02:00
Update plugins
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user