summaryrefslogtreecommitdiffstats
path: root/web/template/account_edit_form.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-07-17 17:55:01 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2012-07-17 17:55:59 +0200
commitfc657af7f6c52aabbb40b1da922672c554f72438 (patch)
tree8f151c371e648e1edea1cb1b8866526256d18e91 /web/template/account_edit_form.php
parent07d3649c2d68bd67ebbcbe10ee9535364903a0f8 (diff)
downloadaurweb-fc657af7f6c52aabbb40b1da922672c554f72438.tar.xz
account_edit_form.php: Remove another stray "</div>"
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/account_edit_form.php')
-rw-r--r--web/template/account_edit_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php
index fd58f84..7da8e33 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -3,7 +3,7 @@
<input type="hidden" name="Action" value="<?php echo $A ?>" />
<?php if ($UID): ?>
<input type="hidden" name="ID" value="<?php echo $UID ?>" />
- <input type="hidden" name="token" value="<?php print htmlspecialchars($_COOKIE['AURSID']) ?>" /> </div>
+ <input type="hidden" name="token" value="<?php print htmlspecialchars($_COOKIE['AURSID']) ?>" />
<?php endif; ?>
</fieldset>
<table>