From: Lars Hjemli Date: Wed, 23 May 2007 22:06:25 +0000 (+0200) Subject: Bad html:
should have an action-attribute X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/ef473df0b328dac114fa4df6b03373a410db6a4b Bad html: should have an action-attribute Don't know how the href-attribute got in there... Signed-off-by: Lars Hjemli --- 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 @@ void cgit_print_pageheader(char *title, int show_search) html(""); html(""); if (show_search) { - html(""); if (!cgit_virtual_root) {