Bug 21529: (follow-up) USE raw filter
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Mon, 29 Oct 2018 14:10:42 +0000 (14:10 +0000)
committerJesse Maseto <jesse@bywatersolution.com>
Fri, 7 Dec 2018 18:44:58 +0000 (18:44 +0000)
In order to be able to make use of the $raw filter, we need to USE it
first

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit a1d24a2b61359552942fc2420fe18c093c169191)

Signed-off-by: Jesse Maseto <jesse@bywatersolution.com>

koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt

index ddf39a3..75fbf97 100644 (file)
@@ -1,5 +1,6 @@
 [% INCLUDE 'doc-head-open.inc' %]
-    <title>Print Notices for [% today %]</title>
+[% USE raw %]
+    <title>Print Notices for [% today | html %]</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <style type="text/css">
         <!--