projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e05e4
)
src/utils_cgi.c: Use the "search" action to … well … search.
author
Florian Forster
<ff@octo.it>
Fri, 9 Jul 2010 12:33:46 +0000
(14:33 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 9 Jul 2010 12:33:46 +0000
(14:33 +0200)
src/utils_cgi.c
patch
|
blob
|
history
diff --git
a/src/utils_cgi.c
b/src/utils_cgi.c
index
0b63daf
..
f4abec2
100644
(file)
--- a/
src/utils_cgi.c
+++ b/
src/utils_cgi.c
@@
-751,7
+751,7
@@
int html_print_search_box (__attribute__((unused)) void *user_data) /* {{{ */
term_html = html_escape (param ("q"));
printf ("<form action=\"%s\" method=\"get\" id=\"search-form\">\n"
- " <input type=\"hidden\" name=\"action\" value=\"
list_graphs
\" />\n"
+ " <input type=\"hidden\" name=\"action\" value=\"
search
\" />\n"
" <input type=\"text\" name=\"q\" value=\"%s\" id=\"search-input\" />\n"
" <input type=\"submit\" name=\"button\" value=\"Search\" />\n"
"</form>\n",