remove div

This commit is contained in:
Thies Mueller
2026-06-04 19:11:42 +02:00
parent f9dbc096c5
commit 35af5e1afa
-1
View File
@@ -143,7 +143,6 @@ $lastResult = $rennenIndex > 0 ? ($ergebnisse[$rennenIndex - 1] ?? null) : null;
<p><strong>Teilnahmen:</strong> <?= intval($boot['anzahl_teilnahmen']) ?></p>
<p><strong>Platzierungen:</strong> <?= implode(', ', $boot['platzierungen'] ?? []) ?></p>
<p><strong>Notizen:</strong> <?= htmlspecialchars($boot['notizen'] ?? '') ?></p>
</div>
</div>
</div>
<?php endif; ?>