Bug 21704: (QA follow-up) Fix evil tabs
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 28 Oct 2018 16:10:52 +0000 (16:10 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 29 Oct 2018 00:17:34 +0000 (00:17 +0000)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

admin/marctagstructure.pl

index ba9ea33..8b2dada 100755 (executable)
@@ -181,7 +181,7 @@ if ($op eq 'add_form') {
     $cache->clear_from_cache("MarcStructure-1-$frameworkcode");
     $cache->clear_from_cache("default_value_for_mod_marc-");
     $cache->clear_from_cache("MarcSubfieldStructure-$frameworkcode");
-       $template->param( searchfield => $searchfield );
+    $template->param( searchfield => $searchfield );
                                                                                                        # END $OP eq DELETE_CONFIRMED
 ################## ITEMTYPE_CREATE ##################################
 # called automatically if an unexisting  frameworkis selected
@@ -197,7 +197,7 @@ if ($op eq 'add_form') {
             };
                }
        }
-       $template->param( existingframeworkloop => \@existingframeworkloop );
+    $template->param( existingframeworkloop => \@existingframeworkloop );
 
 ################## DEFAULT ##################################
 } else { # DEFAULT
@@ -294,13 +294,13 @@ if ($op eq 'add_form') {
                $template->param(isprevpage => $offset,
                                                prevpage=> $offset-$pagesize,
                                                searchfield => $searchfield,
-                                               script_name => $script_name
+                        script_name => $script_name
                );
        }
        if ($offset+$pagesize<$cnt) {
                $template->param(nextpage =>$offset+$pagesize,
                                                searchfield => $searchfield,
-                                               script_name => $script_name
+                        script_name => $script_name
                );
        }
 } #---- END $OP eq DEFAULT