all repos — cgit @ ef473df0b328dac114fa4df6b03373a410db6a4b

a hyperfast web frontend for git written in c

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>
Lars Hjemli hjemli@gmail.com
Thu, 24 May 2007 00:06:25 +0200
commit

ef473df0b328dac114fa4df6b03373a410db6a4b

parent

62dcc05c27fa2f230a7048211337f86ba20966a5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-shared.cui-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) {