[aur-dev] [PATCH 2/2] account_edit_form.php: Remove another stray "</div>"

Lukas Fleischer archlinux at cryptocrack.de
Tue Jul 17 12:03:19 EDT 2012


Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
 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



More information about the aur-dev mailing list