Fixed bug with missing assignment.

This commit is contained in:
Stefan Härter 2023-07-07 19:19:36 +02:00
parent a6816bd213
commit 30dc50e84b

View File

@ -254,8 +254,7 @@ sub statistics {
} }
$ConstructorStandingsFormatted =~ s/^/<pre>/; $ConstructorStandingsFormatted =~ s/^/<pre>/;
$ConstructorStandingsFormatted =~ s/$/<\/pre>/; $ConstructorStandingsFormatted =~ s/$/<\/pre>/;
$ReturnData{text} = $ConstructorStandingsFormatted;
$ReturnData{parse_mode} = 'HTML';
} }
default { default {
$ReturnData{text} = $ReturnData{text} =