mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Fix the display of long words in the alliance
Now the long words in the alliance description are not hidden but are transferred to a new line
This commit is contained in:
@@ -106,12 +106,14 @@ include("alli_menu.tpl");
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td class="desc2" colspan="2"><?php echo stripslashes(nl2br($profiel[0])); ?>
|
||||
<td class="desc2" colspan="2">
|
||||
<div class="desc2div"><?php echo stripslashes(nl2br($profiel[0])); ?></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="desc1"><?php echo stripslashes(nl2br($profiel[1])); ?>
|
||||
<td class="desc1">
|
||||
<div class="desc1div"><?php echo stripslashes(nl2br($profiel[1])); ?></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user