From 17a544d18f394b5071932bdbf215c2f23bb03406 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 20 Apr 2020 13:16:11 -0400 Subject: [PATCH] Bug 25172: Add missing filter --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index d89910bac1..1c093c038c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -254,7 +254,7 @@ [% CASE 'cannot_read_config_file' %]The log4perl config file cannot be opened. [% CASE 'logfile_not_writable' %]One of the logfiles listed in the config file is not writable. [% CASE 'cannot_init_module' %]The Koha::Logger module cannot be initiated correctly (check the log file). - [% CASE %]Unknown error "[% e %]" + [% CASE %]Unknown error "[% e | html %]" [% END %] [% END %] [% END %] -- 2.24.2 (Apple Git-127)