mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-19 17:51:02 +00:00
This commit is contained in:
@@ -91,7 +91,7 @@ if ($hero !== false) {
|
||||
<tr><td colspan="3" class="hero-sub" style="text-align:center">Hero #<?php echo $x++; ?></td></tr>
|
||||
<tr>
|
||||
<td width="35%">Hero Name</td>
|
||||
<td colspan="2" class="hero-name"><?php echo $h['name']; ?></td>
|
||||
<td colspan="2" class="hero-name"><?php echo htmlspecialchars($h['name']); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hero Level</td>
|
||||
|
||||
Reference in New Issue
Block a user