From f1f53da254aea9eff8f99bb8d3b1ea582a5815e1 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 7 Dec 2011 16:18:52 +0000 Subject: Tweak to make man.cgi's search results validate properly. --- cgi.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cgi.c b/cgi.c index 1eb73ff0..bdf303dc 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.15 2011/12/07 16:08:55 kristaps Exp $ */ +/* $Id: cgi.c,v 1.16 2011/12/07 16:18:52 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -341,6 +341,7 @@ resp_searchform(const struct req *req) html_print(progname); printf("/search.html\" METHOD=\"get\">\n"); printf("
\n" + "Search Parameters\n" " or \n" ""); } + puts(""); + resp_end_html(); } -- cgit v1.2.3-56-ge451