Date: Tue, 29 Aug 2017 13:21:09 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50769 - head/en_US.ISO8859-1/htdocs/search Message-ID: <201708291321.v7TDL9if040671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" />
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708291321.v7TDL9if040671>