From 7f992d9d80081c953135d1c92961697a432b7453 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E2=80=9CLucas=20Gass=E2=80=9D?= Date: Wed, 12 Dec 2018 16:51:58 +0000 Subject: [PATCH] Revert "Bug 21529: (bug 13618 follow-up) Display print notices with HTML tags" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit dab7e22c68dd9328bf2768e7e20e444f1311c875. Signed-off-by: “Lucas Gass” --- koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7b3c09f76d..75fbf97cb5 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 @@ -19,7 +19,7 @@ [% FOREACH message IN messages %]
-
[% message.content | $raw %]
+
[% message.content %]
[% END %] -- 2.39.5