* mandoc: Switch off the useless and annoying "autocomplete" feature;
@ 2020-01-10 12:55 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2020-01-10 12:55 UTC (permalink / raw)
To: source
Log Message:
-----------
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.
Modified Files:
--------------
mandoc:
cgi.c
Revision Data
-------------
Index: cgi.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/cgi.c,v
retrieving revision 1.169
retrieving revision 1.170
diff -Lcgi.c -Lcgi.c -u -p -r1.169 -r1.170
--- cgi.c
+++ cgi.c
@@ -411,7 +411,7 @@ resp_searchform(const struct req *req, e
{
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);
--
To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-10 12:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 12:55 mandoc: Switch off the useless and annoying "autocomplete" feature; schwarze
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).