mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
account_edit_form.php: Remove another stray "</div>"
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
07d3649c2d
commit
fc657af7f6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<input type="hidden" name="Action" value="<?php echo $A ?>" />
|
<input type="hidden" name="Action" value="<?php echo $A ?>" />
|
||||||
<?php if ($UID): ?>
|
<?php if ($UID): ?>
|
||||||
<input type="hidden" name="ID" value="<?php echo $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; ?>
|
<?php endif; ?>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue