From 1f96bea8bab9d2c259ef354bca5c554c351c5403 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 20 Jul 2020 13:38:34 +0100 Subject: [PATCH] Bug 24201: (QA follow-up) Re-indent helpers Signed-off-by: Martin Renvoize Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart --- .../prog/en/includes/html_helpers.inc | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc index e1f0ee2..2d734cd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -9,15 +9,15 @@ [% END %] [% BLOCK options_for_desks %] - - [% FOREACH d IN desks %] - [% IF d.branchcode == branch %] - - [% ELSE %] - - [% END%] - [% END %] + + [% FOREACH d IN desks %] + [% IF d.branchcode == branch %] + + [% ELSE %] + + [% END%] [% END %] +[% END %] [% BLOCK options_for_authorised_value_categories %] [% FOREACH avc IN authorised_value_categories %] -- 1.7.2.5