Bug 13618: Remove html filter for STOP and deal with existing USE raw
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 14 Aug 2018 15:23:08 +0000 (12:23 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 17 Aug 2018 15:55:14 +0000 (15:55 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/blocking_errors.inc

index 410ce1e..c91c252 100644 (file)
@@ -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 %]