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>Teilnahmen:</strong> <?= intval($boot['anzahl_teilnahmen']) ?></p>
|
||||||
<p><strong>Platzierungen:</strong> <?= implode(', ', $boot['platzierungen'] ?? []) ?></p>
|
<p><strong>Platzierungen:</strong> <?= implode(', ', $boot['platzierungen'] ?? []) ?></p>
|
||||||
<p><strong>Notizen:</strong> <?= htmlspecialchars($boot['notizen'] ?? '') ?></p>
|
<p><strong>Notizen:</strong> <?= htmlspecialchars($boot['notizen'] ?? '') ?></p>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user