@@ -, +, @@ staff side --- koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -25,7 +25,7 @@ [% END %] [% IF ( IntranetUserCSS ) %][% END %] -[% KohaPlugins.get_plugins_intranet_head | html %] +[% KohaPlugins.get_plugins_intranet_head | $raw %] [% UNLESS ( footerjs ) %] [% INCLUDE js_includes.inc %] --- a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc @@ -72,5 +72,5 @@ [% jsinclude | $raw # Parse the page template's JavaScript block if necessary %] [% END %] -[% KohaPlugins.get_plugins_intranet_js | html %] +[% KohaPlugins.get_plugins_intranet_js | $raw %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc @@ -56,4 +56,4 @@ [% Asset.js("lib/modernizr.min.js") | $raw %] [% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %] [% PROCESS 'html_helpers.inc' %] -[% KohaPlugins.get_plugins_opac_head | html %] +[% KohaPlugins.get_plugins_opac_head | $raw %] --