Bug 16236: Whitespace followup
authorMark Tompsett <mtompset@hotmail.com>
Mon, 11 Apr 2016 03:22:11 +0000 (23:22 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2016 11:05:22 +0000 (11:05 +0000)
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 <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt

index 1f10dce..81ff68f 100644 (file)
@@ -252,7 +252,7 @@ $(document).ready(function() {
        <th>Description (OPAC)</th>
        <th>Icon</th>
     <th>Branches limitations</th>
-       <th>Actions</th>
+    <th>Actions</th>
        </tr>
 </thead><tbody>
 [% FOREACH loo IN loop %]