]> git.joonet.de Git - adminer.git/commitdiff
Update plugins
authorJakub Vrana <jakub@vrana.cz>
Wed, 9 Feb 2011 21:06:08 +0000 (22:06 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 9 Feb 2011 21:06:08 +0000 (22:06 +0100)
plugins/tinymce.php

index 80cd59744f4ac1d4bd53940321b11ee03e2deff3..ed97b22bc77388f9204f2a09bfcb144b856c6f2d 100644 (file)
@@ -17,7 +17,7 @@ class AdminerTinymce {
        
        function selectVal(&$val, $link, $field) {
                if (ereg("_html", $field["field"]) && $val != '&nbsp;') {
-                       $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)
                }
        }