diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-17 17:55:01 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-17 17:55:59 +0200 |
commit | fc657af7f6c52aabbb40b1da922672c554f72438 (patch) | |
tree | 8f151c371e648e1edea1cb1b8866526256d18e91 /web/template | |
parent | 07d3649c2d68bd67ebbcbe10ee9535364903a0f8 (diff) | |
download | aur-fc657af7f6c52aabbb40b1da922672c554f72438.tar.gz aur-fc657af7f6c52aabbb40b1da922672c554f72438.tar.xz |
account_edit_form.php: Remove another stray "</div>"
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/account_edit_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index fd58f840..7da8e337 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> |