diff --git a/plugins/tinymce.php b/plugins/tinymce.php index d5caa377..30553545 100644 --- a/plugins/tinymce.php +++ b/plugins/tinymce.php @@ -67,7 +67,15 @@ tinyMCE.init({ function editInput($table, $field, $attrs, $value) { if (ereg("text", $field["type"]) && ereg("_html", $field["field"])) { - return "" . h($value) . ""; + return "" . h($value) . ""; } }