Fix indenting.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
4ce8017756
commit
dd034b71b4
2 changed files with 20 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue