From f4d4024fbb02cd0fefb7aa9a1ba2f1034ea38d51 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 5 Aug 2018 10:53:48 -0700 Subject: [PATCH] Fixes #3350 php closing tag removed. --- e107_plugins/tinymce4/e_footer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/e107_plugins/tinymce4/e_footer.php b/e107_plugins/tinymce4/e_footer.php index 65468c714..6cacae512 100644 --- a/e107_plugins/tinymce4/e_footer.php +++ b/e107_plugins/tinymce4/e_footer.php @@ -60,7 +60,7 @@ if((e107::wysiwyg(null, true) === 'tinymce4' && check_class($pref['post_html'])) } } - else +// else { // e107::js('tinymce4','plugins/compat3x/tiny_mce_popup.js'); // e107::js('tinymce','tiny_mce_popup.js','jquery'); @@ -188,4 +188,3 @@ if((e107::wysiwyg(null, true) === 'tinymce4' && check_class($pref['post_html'])) } -?>