Bug 25078: Fix indentation and style for additional descriptions

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-08-31 10:26:05 +02:00
parent a4d285a9c4
commit 80b8c6e225

View file

@ -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;
}
}