From f01bc2bc4674799980bb27ef5a4a27b3f4ba1466 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Sun, 10 Apr 2016 23:22:11 -0400 Subject: [PATCH] Bug 16236: Whitespace followup tab to 4 spaces on line 255, as per koha qa test tool failure without this patch. TEST PLAN --------- 1) Apply first patch 2) Run koha qa test tools -- fails because of a tab 3) Apply this patch 4) Run koha qa test tools -- passes Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 1f10dced4e..81ff68fb5b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -252,7 +252,7 @@ $(document).ready(function() { Description (OPAC) Icon Branches limitations - Actions + Actions [% FOREACH loo IN loop %] -- 2.39.5