mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37: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">
|
||||
<?php
|
||||
foreach ($vereine as $verein)
|
||||
echo htmlentities_utf8($verein->vereinsname) . " (" . $verein->status . ")<br />";
|
||||
echo htmlentities_utf8($verein->vereinsname) . " (" . htmlentities_utf8($verein->status) . ")<br />";
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user