mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user