From: Jonathan Druart Date: Tue, 31 Aug 2021 08:26:05 +0000 (+0200) Subject: Bug 25078: Fix indentation and style for additional descriptions X-Git-Tag: v21.11.00~922 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=80b8c6e225e9987e96849f1b9257d2a67c7cf37c;p=srvgit Bug 25078: Fix indentation and style for additional descriptions Signed-off-by: Jonathan Druart --- diff --git a/C4/Installer.pm b/C4/Installer.pm index e473171e0d..f1e0d68299 100644 --- a/C4/Installer.pm +++ b/C4/Installer.pm @@ -811,7 +811,7 @@ sub generate_output_db_entry { if ($exec_output) { foreach my $line (split /\n/, $exec_output) { - push @output, sprintf "\t\t\t\t\t\t - %s", $line; + push @output, sprintf "\t%s", $line; } }