https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11583

--- Comment #28 from David Cook <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to