One more space please

This commit is contained in:
Ilia
2022-06-07 10:58:19 +03:00
parent c2d26f1c13
commit 43052c7b50

View File

@@ -67,7 +67,7 @@ if (@logins) {
}
$html .= &ui_columns_row([
$l->[2] .
(@links ? "  " . &ui_links_row(\@links) : undef),
(@links ? "   " . &ui_links_row(\@links) : undef),
&make_date($l->[1]),
$state ]);
}