From 8a32843ebf8ba959ac2af95cf76caae71209b8db Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 23 May 2014 15:02:27 +0000 Subject: [PATCH] Bug 11392: (follow-up) fix syntax error in template In the two FOREACH loops introduced by the patch, wrap the module and action names with quotes. This fixes a problem where parsing the template crashes with the following error: Template process failed: file error - parse error - .../viewlog.tt line 83: unexpected token (RETURN) [% FOREACH actx IN [ ADD DELETE MODIFY ISSUE RETURN CREATE ] %] at .../C4/Templates.pm line 132. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt index 19d032153f..6f49b05fff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -71,7 +71,7 @@ @@ -80,7 +80,7 @@ -- 2.39.5