mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Spielerprofil Change Name Header remove ,
This commit is contained in:
@@ -4509,7 +4509,7 @@ global $params;
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<div>
|
||||
<H2><?php echo htmlentities_utf8($spieler->vorname . ", " . $spieler->nachname); ?></H2>
|
||||
<H2><?php echo htmlentities_utf8($spieler->vorname . " " . $spieler->nachname); ?></H2>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user