From cc5c66d27b81a5b44238f66d474b6396ad334487 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 14 Aug 2018 12:23:08 -0300 Subject: [PATCH] Bug 13618: Remove html filter for STOP and deal with existing USE raw Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/blocking_errors.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/blocking_errors.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/blocking_errors.inc index 410ce1ed51..c91c2522f5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/blocking_errors.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/blocking_errors.inc @@ -11,5 +11,5 @@ [% END %] [% INCLUDE 'intranet-bottom.inc' %] - [% STOP | html %] [%# Will stop gracefully without processing any more of the template document.%] + [% STOP %] [%# Will stop gracefully without processing any more of the template document.%] [% END %] -- 2.20.1