aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-01-10 15:21:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-01-10 15:21:19 +0000
commitcca5b6f739025b264cebc078068889a54646abdf (patch)
tree9c6a00ea43ec5df43cda5e1238168e373a8ca919 /cgi.c
parentc9bae413ece8a9e8f2359c96d2338773c42bc05e (diff)
downloadmandoc-cca5b6f739025b264cebc078068889a54646abdf.tar.gz
mandoc-cca5b6f739025b264cebc078068889a54646abdf.tar.zst
mandoc-cca5b6f739025b264cebc078068889a54646abdf.zip
autocapitalize=none; also from Tim Baumgard
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cgi.c b/cgi.c
index 7dcfb11b..d40fcb8e 100644
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-/* $Id: cgi.c,v 1.170 2020/01/10 12:54:43 schwarze Exp $ */
+/* $Id: cgi.c,v 1.171 2020/01/10 15:21:19 schwarze Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014-2019 Ingo Schwarze <schwarze@usta.de>
@@ -411,7 +411,8 @@ resp_searchform(const struct req *req, enum focus focus)
{
int i;
- printf("<form action=\"/%s\" method=\"get\" autocomplete=\"off\">\n"
+ printf("<form action=\"/%s\" method=\"get\" "
+ "autocomplete=\"off\" autocapitalize=\"none\">\n"
" <fieldset>\n"
" <legend>Manual Page Search Parameters</legend>\n",
scriptname);