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>
Tento commit je obsažen v:
rodič
62dcc05c27
revize
ef473df0b3
@ -186,7 +186,7 @@ void cgit_print_pageheader(char *title, int show_search)
|
|||||||
html("</td>");
|
html("</td>");
|
||||||
html("<td id='search'>");
|
html("<td id='search'>");
|
||||||
if (show_search) {
|
if (show_search) {
|
||||||
html("<form method='get' href='");
|
html("<form method='get' action='");
|
||||||
html_attr(cgit_currurl());
|
html_attr(cgit_currurl());
|
||||||
html("'>");
|
html("'>");
|
||||||
if (!cgit_virtual_root) {
|
if (!cgit_virtual_root) {
|
||||||
|
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele