From c9bae413ece8a9e8f2359c96d2338773c42bc05e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 10 Jan 2020 12:54:43 +0000 Subject: Switch off the useless and annoying "autocomplete" feature; issue reported by Tim Baumgard . landry@ and florian@ agree with the general direction. --- cgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi.c b/cgi.c index 6487bdcb..7dcfb11b 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.169 2019/11/10 22:35:25 schwarze Exp $ */ +/* $Id: cgi.c,v 1.170 2020/01/10 12:54:43 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014-2019 Ingo Schwarze @@ -411,7 +411,7 @@ resp_searchform(const struct req *req, enum focus focus) { int i; - printf("
\n" + printf("\n" "
\n" " Manual Page Search Parameters\n", scriptname); -- cgit v1.2.3-56-ge451