From: Katrin Fischer Date: Wed, 24 Apr 2019 06:55:12 +0000 (+0000) Subject: Bug 22753: Fix tabs pointed out by QA script X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=40cf22ab5f9dbdcaa37f46977fe5386a6303a42e Bug 22753: Fix tabs pointed out by QA script Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 9181f19..a878658 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -74,7 +74,7 @@ [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - [% UNLESS hold.found %] + [% UNLESS hold.found %] [% SET prev_priority = loop.prev.priority %] [% SET next_priority = loop.next.priority %] [% holds.index | html %] @@ -96,9 +96,9 @@ Go down - [% ELSE %] - - [% END %] + [% ELSE %] + + [% END %] [% END %] @@ -167,7 +167,7 @@ [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - [% UNLESS hold.found %] + [% UNLESS hold.found %] [% IF ( hold.lowestPriority ) %] @@ -177,9 +177,9 @@ [% END %] - [% ELSE %] - - [% END %] + [% ELSE %] + + [% END %] [% END %]