Fix build by removing unrecognized autocapitalize attributes.
Sponsored by: iXsystems
This commit is contained in:
parent
5d4ede7d54
commit
04e7bf563b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50769
1 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@
|
|||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="50" maxlength="255" autocapitalize="none" />
|
||||
<input id="words" name="q" type="text" size="50" maxlength="255"/>
|
||||
<br />
|
||||
<input id="submit" name="submit" type="submit" value="Submit Query" />
|
||||
<input id="reset" type="reset" value="Reset" />
|
||||
|
@ -64,7 +64,7 @@
|
|||
<h3>Search for:</h3>
|
||||
|
||||
<form action="&cgibase;/man.cgi" method="get">
|
||||
<input type="text" name="query" size="50" autocapitalize="none"/><br/>
|
||||
<input type="text" name="query" size="50"/><br/>
|
||||
<input type="submit" value="Submit Query"/>
|
||||
<input type="reset" value="Reset"/>
|
||||
</form>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<h3>Search for:</h3>
|
||||
|
||||
<form action="&cgibase;/ports.cgi" method="get">
|
||||
<input type="text" name="query" size="50" autocapitalize="none" /><br/>
|
||||
<input type="text" name="query" size="50"/><br/>
|
||||
<input type="submit" value="Submit Query"/>
|
||||
<input type="reset" value="Reset"/>
|
||||
</form>
|
||||
|
@ -103,7 +103,7 @@
|
|||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="mlwords" name="q" type="text" size="50" maxlength="255" autocapitalize="none" />
|
||||
<input id="mlwords" name="q" type="text" size="50" maxlength="255"/>
|
||||
<br />
|
||||
<input id="mlsubmit" name="submit" type="submit" value="Submit Query" />
|
||||
<input id="mlreset" type="reset" value="Reset" />
|
||||
|
|
Loading…
Reference in a new issue