[Bug 11583] Add WYSIWYG editor for HTML notices/letters
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11583 --- Comment #28 from David Cook <dcook@prosentient.com.au> --- Bumped into an issue with the WELCOME notice. The following line: <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a> Gets turned into the following: <a href="/cgi-bin/koha/tools/<span class="tmpl-tag template" contenteditable="false" data-original="IEtvaGEuUHJlZmVyZW5jZSgnT1BBQ0Jhc2VVUkwnKSA=">[% Koha.Preference(" opacbaseurl="" span="">catalog</a> It's because with the WYSIWYG I convert [% %] and <<>> syntax into spans. so they're rendered in the WYSIWYG as HTML but stored as plain text. But that doesn't work when embedding the [% %] syntax in the HTML. -- Of course, that might be a reasonable limitation. Just noting it for now. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org