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>
|
<tr>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<div>
|
<div>
|
||||||
<H2><?php echo htmlentities_utf8($spieler->vorname . ", " . $spieler->nachname); ?></H2>
|
<H2><?php echo htmlentities_utf8($spieler->vorname . " " . $spieler->nachname); ?></H2>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user