summaryrefslogtreecommitdiffstats
path: root/cgi.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-01-10 12:54:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-01-10 12:54:43 +0000
commit12db2f13f685f9bd08ba646691eb3e5258b31fee (patch)
tree25390cca207be041dfae315777aef6452c564fb7 /cgi.c
parent1f6e60099a3c1c0d407b0480434692c4b1df1a95 (diff)
downloadmandoc-12db2f13f685f9bd08ba646691eb3e5258b31fee.tar.gz
Switch off the useless and annoying "autocomplete" feature;
issue reported by Tim Baumgard <at bmgrd dot com>. landry@ and florian@ agree with the general direction.
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi.c b/cgi.c
index 981d9046..d768cdb1 100644
--- a/cgi.c
+++ b/cgi.c
@@ -411,7 +411,7 @@ resp_searchform(const struct req *req, enum focus focus)
{
int i;
- printf("<form action=\"/%s\" method=\"get\">\n"
+ printf("<form action=\"/%s\" method=\"get\" autocomplete=\"off\">\n"
" <fieldset>\n"
" <legend>Manual Page Search Parameters</legend>\n",
scriptname);