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:
parent
a4d285a9c4
commit
80b8c6e225
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue