diff options
Diffstat (limited to 'web/template/pkg_search_form.php')
-rw-r--r-- | web/template/pkg_search_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index f5163f3..692c855 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -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): |