mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
web/html/pkgsubmit.php: Remove stray "</div>"
Regression introduced in f3ce74c714
when
resolving conflicts.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
799c1ead82
commit
7c1c36ebc8
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ html_header("Submit");
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<div>
|
<div>
|
||||||
<input type="hidden" name="pkgsubmit" value="1" />
|
<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>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<label for="id_category"><?php print __("Package Category"); ?>:</label>
|
<label for="id_category"><?php print __("Package Category"); ?>:</label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue