This commit is contained in:
Thies Mueller
2026-08-23 22:35:52 +02:00
parent ff2c4a977d
commit abb5bb2f35
+1 -1
View File
@@ -180,7 +180,7 @@ $lastResult = $rennenIndex > 0 ? ($ergebnisse[$rennenIndex - 1] ?? null) : null;
<div class="card-header bg-info text-white">Nächstes Rennen</div>
<div class="card-body">
<?php if ($next): ?>
<p><strong><?= htmlspecialchars($next['name']) ?></strong> um <?= htmlspecialchars($next['zeit']) ?></p>
<p><strong><?= htmlspecialchars($next['name']) ?></strong> um <?= htmlspecialchars($next['zeit']) ?> ( <?= htmlspecialchars($next['art']) ?>)</p>
<ul class="list-group">
<?php for ($i = 1; $i <= 3; $i++): ?>
<?php if (!empty($next["bahn$i"])): ?>