Bug 13618: (follow-up) Pass opacuser_js from plugins as raw
authorNick Clemens <nick@bywatersolutions.com>
Wed, 26 Sep 2018 10:17:01 +0000 (10:17 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 1 Oct 2018 10:56:01 +0000 (10:56 +0000)
We expect this field to contain script tags, html processing breaks them

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc

index e031acb..d34c5db 100644 (file)
@@ -286,6 +286,6 @@ $(document).ready(function() {
         </script>
     [% END %]
 [% END %]
-[% KohaPlugins.get_plugins_opac_js | html %]
+[% KohaPlugins.get_plugins_opac_js | $raw %]
 </body>
 </html>