From: Nick Clemens Date: Wed, 26 Sep 2018 10:17:01 +0000 (+0000) Subject: Bug 13618: (follow-up) Pass opacuser_js from plugins as raw X-Git-Tag: v18.11.00~726 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=4a5df8c5ae4b95d17ae2d93f3c35012a483cf836;p=koha-ffzg.git Bug 13618: (follow-up) Pass opacuser_js from plugins as raw We expect this field to contain script tags, html processing breaks them Signed-off-by: Nick Clemens --- diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc index e031acb74c..d34c5dbef2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -286,6 +286,6 @@ $(document).ready(function() { [% END %] [% END %] -[% KohaPlugins.get_plugins_opac_js | html %] +[% KohaPlugins.get_plugins_opac_js | $raw %]