From 67ac213a48278e75b6e5fc0ef9dda78ffbf453c2 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 26 Mar 2020 22:46:26 +0000 Subject: [PATCH] Bug 24764: TinyMCE shouldnt do automatic code cleanup when editing HTML in News Feature TEST PLAN: 1. Make a new news item and use the TinyMCE editor, click on the <> icon to go to the Source code editor 2. Add some HTML like and save it. 3. Go back in and notice that TinyMCE has changed it to:

TEST

4. It should not auto clean up and also it should not autowrap with

tag. 5. Apply patch patch, and repeat step 2. Save again. 6. It should not have automatiicly changed any HTML or added any

wrapper. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt index e73e613194..a3ff180cd4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -296,6 +296,10 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %] [% INCLUDE 'str/tinymce_i18n.inc' %]