From 02464fc8bc8f01ba1e66bd19eeb946609a254cc3 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 --- .../prog/en/includes/html_helpers.inc | 16 ++++++++-------- 1 file 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 e1f0ee28b1..2d734cd42d 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 %] -- 2.20.1