Update src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
jmeyer26
2026-01-28 17:59:23 +01:00
committed by GitHub
parent 50d332cd45
commit 8890ca35d2
@@ -4538,7 +4538,7 @@ if ($bild != null) {
<td nowrap style="text-align: right"> <td nowrap style="text-align: right">
<?php <?php
foreach ($vereine as $verein) foreach ($vereine as $verein)
echo htmlentities_utf8($verein->vereinsname) . " (" . $verein->status . ")<br />"; echo htmlentities_utf8($verein->vereinsname) . " (" . htmlentities_utf8($verein->status) . ")<br />";
?> ?>
</td> </td>
</tr> </tr>