mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 05:14:31 +00:00
Remove the trailing full stop after the alliance rank in alliance overview screen
This commit is contained in:
@@ -54,7 +54,7 @@ include("alli_menu.tpl");
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Rank</th>
|
||||
<td><?php echo $ranking->getAllianceRank($aid); ?>.</td>
|
||||
<td><?php echo $ranking->getAllianceRank($aid); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Points</th>
|
||||
|
||||
Reference in New Issue
Block a user