From cf40af4195db39d1b87ce758731e2afb537877eb Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 12 Feb 2025 22:10:03 +0100 Subject: [PATCH] Bug 39112: Force the response on a single line We don't need an empty blank line. Might not have been caused by the tidy Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt index bb39b1b3c77..69bcf7f4e6e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt @@ -5,4 +5,4 @@ [% UNLESS loop.last %],[% END %] [% END %] ] } -[% END %] +[% END ~%] -- 2.34.1