more update

This commit is contained in:
unknown
2012-08-12 00:49:01 +03:00
parent 7dc85cef3e
commit fc8e0cfde2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>