mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-16 01:26:07 +00:00
General fixes
+Activation correction plus (it was not displayed correctly) +Added a transfer to a new line of long words in the admin panel (for the description of the player's profile and the alliance)
This commit is contained in:
@@ -151,9 +151,9 @@ if($_GET['aid'])
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="desc2" colspan="2">
|
||||
<center>
|
||||
<center><div class="desc2div">
|
||||
<?php echo nl2br($alidata['desc']); ?>
|
||||
</center>
|
||||
</div></center>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -163,9 +163,9 @@ if($_GET['aid'])
|
||||
</table>
|
||||
</td>
|
||||
<td class="desc1">
|
||||
<center>
|
||||
<center><div class="desc1div">
|
||||
<?php echo nl2br($alidata['notice']); ?>
|
||||
</center>
|
||||
</div></center>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user