Fix indenting.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-02-01 00:40:30 +01:00
parent 4ce8017756
commit dd034b71b4
2 changed files with 20 additions and 19 deletions

View file

@ -101,7 +101,7 @@ sub enter_table($$$$)
{
if ($values[$i])
{
$msg .= "\n*** " . $columns[$i] . "***\n" . $values[$i];
$msg .= "\n*** " . $columns[$i] . "***\n" . $values[$i];
}
}
$self->increase_errorlevel($article_id, $msg);