From 7d5470583aad4d2b477c84e7fb64618feaad08fe Mon Sep 17 00:00:00 2001
From: Victor Grousset <victor.grousset@biblibre.com>
Date: Wed, 25 Oct 2017 17:17:21 +0200
Subject: [PATCH] Bug 19522: Coding style: Replace tabs with spaces

In Label creator: Templates: new/edit form

Signed-off-by: Simon Pouchol <simon.pouchol@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 .../prog/en/modules/labels/label-edit-template.tt              | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt
index 1a107ef..8383663 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt
@@ -77,11 +77,11 @@
                                  <label for="units">Units:</label>
                                  <select id="units" name="units">
                                  [% FOREACH unit IN units %]
-									[% IF ( unit.selected ) %]
-									<option value="[% unit.type %]" selected="selected">
-									[% ELSE %]
-									<option value="[% unit.type %]">
-									[% END %]
+                                     [% IF ( unit.selected ) %]
+                                     <option value="[% unit.type %]" selected="selected">
+                                     [% ELSE %]
+                                     <option value="[% unit.type %]">
+                                     [% END %]
 
                                      [% SWITCH unit.type %]
                                      [%   CASE 'POINT' %]
-- 
2.1.4