From 89546a950a453206b3b688a05bf90e67f967fbaa Mon Sep 17 00:00:00 2001
From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
Date: Mon, 29 Oct 2018 14:10:42 +0000
Subject: [PATCH] Bug 21529: (follow-up) USE raw filter
Content-Type: text/plain; charset=utf-8
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>
---
koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt | 1 +
1 file changed, 1 insertion(+)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt
index 11939e9..94fc830 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt
@@ -1,4 +1,5 @@
[% INCLUDE 'doc-head-open.inc' %]
+[% USE raw %]
<title>Print Notices for [% today | html %]</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
--
2.1.4