remove div
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
Reference in New Issue
Block a user