]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
Bad html: <form> should have an action-attribute
[ps-cgit] / ui-shared.c
index acc771b98a2e511a4b269284fd33e58b3ab47f47..26a6c716e73dc60c83b05f92b62d88d630106227 100644 (file)
@@ -186,7 +186,7 @@ void cgit_print_pageheader(char *title, int show_search)
        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) {