mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
XHTML Validation fixes.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
84f08cf82b
commit
75758801d8
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
<li>
|
||||
<label><?php print __("Location"); ?></label>
|
||||
<select name='L'>
|
||||
<option value=0><?php print __("Any"); ?></option>
|
||||
<option value="0"><?php print __("Any"); ?></option>
|
||||
<?php
|
||||
foreach (pkgLocations() as $id => $loc):
|
||||
if (intval($_GET["L"]) == $id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue