summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e8e05e4)
raw | patch | inline | side by side (parent: e8e05e4)
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 0b63daf6ae89a3103fbdaf2fa9f7f5eb6cc9d59a..f4abec2dac3be3196a1b4009d47860e1fbbdabe9 100644 (file)
--- a/src/utils_cgi.c
+++ b/src/utils_cgi.c
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",