commit | ef473df0b328dac114fa4df6b03373a410db6a4b | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Thu May 24 00:06:25 2007 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Thu May 24 00:06:25 2007 +0200 |
tree | 38cc88e344e2baefcb20554fc43b0abd24c18047 | |
parent | 62dcc05c27fa2f230a7048211337f86ba20966a5 [diff] [blame] |
Bad html: <form> should have an action-attribute Don't know how the href-attribute got in there... Signed-off-by: Lars Hjemli <hjemli@gmail.com>
diff --git a/ui-shared.c b/ui-shared.c index acc771b..26a6c71 100644 --- a/ui-shared.c +++ b/ui-shared.c
@@ -186,7 +186,7 @@ html("</td>"); html("<td id='search'>"); if (show_search) { - html("<form method='get' href='"); + html("<form method='get' action='"); html_attr(cgit_currurl()); html("'>"); if (!cgit_virtual_root) {