fix: add table fix

This commit is contained in:
Marvin Flock
2026-04-14 19:02:38 +02:00
parent 13ad52f221
commit 7f85888a26
@@ -6361,8 +6361,8 @@ static function spielerstatistik($spielerstatistik, $spielerstatistik_punkte, $a
?> ?>
<td nowrap style="text-align: center"> <td nowrap style="text-align: center">
<strong><?php echo $row->spielpunkte_gewonnen; ?></strong> <strong><?php echo $row->spielpunkte_gewonnen; ?></strong>
<td nowrap style="text-align: center"><?php echo $row->spielpunkte_verloren; ?></td>
</td> </td>
<td nowrap style="text-align: center"><?php echo $row->spielpunkte_verloren; ?></td>
<?php <?php
} }
?> ?>