diff options
author | canyonknight <canyonknight@gmail.com> | 2012-08-10 03:15:52 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-08-23 22:47:50 +0200 |
commit | b3393208fb00a00e77a475e8007168f266718ac5 (patch) | |
tree | 2e46b704b8e8761f3ff42b983ec07a869d18b15f | |
parent | 49073b1e82e854e20b0dc48bfcfd2cdfd7aad687 (diff) | |
download | aur-b3393208fb00a00e77a475e8007168f266718ac5.tar.gz aur-b3393208fb00a00e77a475e8007168f266718ac5.tar.xz |
Fix broken package search on front page
Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | web/html/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/home.php b/web/html/home.php index df112b82..8fecfd49 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -91,7 +91,7 @@ $dbh = db_connect(); </div> <div id="content-right"> <div id="pkgsearch" class="widget"> - <form id="pkgsearch-form" method="get" action="<?php get_uri('/packages/'); ?>"> + <form id="pkgsearch-form" method="get" action="<?php echo get_uri('/packages/'); ?>"> <fieldset> <label for="pkgsearch-field">Package Search:</label> <input type="hidden" name="O" value="0" /> |