From dfa82351cf7b61152c53cf603574df8632d0dd0b Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Wed, 26 Sep 2018 10:13:26 +0100 Subject: [PATCH] Bug 21377: (follow-up) Add raw filter Rather than just removing the html filter, it should be replaced with the raw filter --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index e98074a3ce..5374eefcc8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -480,9 +480,9 @@ [% ELSIF query_type == 'illview' %] - [% actions = request.available_actions %] - [% capabilities = request.capabilities %] - [% req_status = request.status %] + [% actions = request.available_actions | $raw %] + [% capabilities = request.capabilities | $raw %] + [% req_status = request.status | $raw %]

Manage ILL request

-- 2.11.0