svn commit: r50769 - head/en_US.ISO8859-1/htdocs/search

Warren Block wblock at FreeBSD.org
Tue Aug 29 13:21:11 UTC 2017


Author: wblock
Date: Tue Aug 29 13:21:09 2017
New Revision: 50769
URL: https://svnweb.freebsd.org/changeset/doc/50769

Log:
  Fix build by removing unrecognized autocapitalize attributes.
  
  Sponsored by:	iXsystems

Modified:
  head/en_US.ISO8859-1/htdocs/search/search.xml

Modified: head/en_US.ISO8859-1/htdocs/search/search.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/search/search.xml	Tue Aug 29 08:00:15 2017	(r50768)
+++ head/en_US.ISO8859-1/htdocs/search/search.xml	Tue Aug 29 13:21:09 2017	(r50769)
@@ -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" />


More information about the svn-doc-all mailing list