diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-15 11:41:12 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-15 22:55:48 +0200 |
commit | 7c1c36ebc8ea7cd68ff3eee71f1bede36b5a45f2 (patch) | |
tree | 31fb4d4af38ac6183f201a7ad009d971d767db4b /web | |
parent | 799c1ead821469d7c75c9d7621cd9ea517e5a0f2 (diff) | |
download | aurweb-7c1c36ebc8ea7cd68ff3eee71f1bede36b5a45f2.tar.xz |
web/html/pkgsubmit.php: Remove stray "</div>"
Regression introduced in f3ce74c714e3460bb3e3e786f626e397d3139062 when
resolving conflicts.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web')
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index b918e8b..84688b4 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -433,7 +433,7 @@ html_header("Submit"); <fieldset> <div> <input type="hidden" name="pkgsubmit" value="1" /> - <input type="hidden" name="token" value="<?php print htmlspecialchars($_COOKIE['AURSID']) ?>" /> </div> + <input type="hidden" name="token" value="<?php print htmlspecialchars($_COOKIE['AURSID']) ?>" /> </div> <p> <label for="id_category"><?php print __("Package Category"); ?>:</label> |