Signed-off-by: Lukas Fleischer <[email protected]>
---
web/template/account_edit_form.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
--
1.7.11.2