Spielerprofil Change Name Header remove ,

This commit is contained in:
Daniel Goerlich
2021-02-16 16:57:37 +01:00
parent 91512588de
commit a66b2ea91a
@@ -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>