mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-04 03:44:23 +00:00
more update
This commit is contained in:
@@ -34,7 +34,7 @@ include("alli_menu.tpl");
|
||||
|
||||
<tr>
|
||||
<th>Tag</td><td class="s7"><?php echo $allianceinfo['tag']; ?></th>
|
||||
<td rowspan="8" class="desc1"><textarea tabindex="1" name="be1"><?php echo $allianceinfo['desc']; ?></textarea></td>
|
||||
<td rowspan="8" class="desc1"><textarea tabindex="1" name="be1"><?php echo stripslashes($allianceinfo['desc']); ?></textarea></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -57,7 +57,7 @@ include("alli_menu.tpl");
|
||||
|
||||
<tr><td colspan="2" class="empty"></td></tr>
|
||||
|
||||
<tr><td colspan="2" class="desc2"><textarea tabindex="2" name="be2"><?php echo $allianceinfo['notice']; ?></textarea></td></tr>
|
||||
<tr><td colspan="2" class="desc2"><textarea tabindex="2" name="be2"><?php echo stripslashes($allianceinfo['notice']); ?></textarea></td></tr>
|
||||
<p>
|
||||
<table cellspacing="1" cellpadding="2" class="tbg">
|
||||
<tr><td class="rbg" colspan="4">Medals</td></tr>
|
||||
|
||||
@@ -99,12 +99,12 @@ include("alli_menu.tpl");
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td class="desc2" colspan="2"><?php echo nl2br($profiel[0]); ?>
|
||||
<td class="desc2" colspan="2"><?php echo stripslashes(nl2br($profiel[0])); ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="desc1"><?php echo nl2br($profiel[1]); ?>
|
||||
<td class="desc1"><?php echo stripslashes(nl2br($profiel[1])); ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user