Bug 13618: Add missing raw filters
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 14 Aug 2018 17:50:46 +0000 (14:50 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 17 Aug 2018 15:55:14 +0000 (15:55 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt

index 6068b71..05afac4 100644 (file)
         [%- label = BLOCK %][% e.label | html %][% END -%]
         [%- escaped.push({ 'value' => value, 'label' => label }) -%]
     [%- END -%]
-    [%- To.json(escaped) -%]
+    [%- To.json(escaped) | $raw -%]
 [%- END -%]
 
 [%# Page starts here %]
index 1e80832..b598e18 100644 (file)
@@ -7,7 +7,7 @@
 [% INCLUDE 'doc-head-open.inc' %]
 <title>Home &rsaquo; Circulation &rsaquo; Checkout notes</title>
 [% INCLUDE 'doc-head-close.inc' %]
-[% Asset.css("css/datatables.css") %]
+[% Asset.css("css/datatables.css") | $raw %]
 </head>
 
 <body id="circ_checkout-notes" class="circ">
 </div> <!-- doc3 -->
 
 [% MACRO jsinclude BLOCK %]
-    [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") %]
+    [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
     [% INCLUDE 'calendar.inc' %]
     [% INCLUDE 'datatables.inc' %]
     <script>
index cbb9e9b..45e9e4a 100644 (file)
@@ -33,7 +33,7 @@
 
 [% INCLUDE 'doc-head-close.inc' %]
 [% IF ( saved1 ) %]
-    [% Asset.css("css/reports.css") %]
+    [% Asset.css("css/reports.css") | $raw %]
     [% Asset.css("css/datatables.css") | $raw %]
 [% END %]
 </head>