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:
Vladyslav
2018-06-17 18:40:13 +03:00
parent a547938514
commit 1a9f71e23d
3 changed files with 17 additions and 6 deletions
+4 -4
View File
@@ -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>