svn commit: r50763 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wosch Date: Tue Aug 29 07:39:02 2017 New Revision: 50763 URL: https://svnweb.freebsd.org/changeset/doc/50763 Log: for mobile devices: force to disable autocapitalize in text fields Modified: head/en_US.ISO8859-1/htdocs/cgi/ports.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/ports.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/ports.cgi Tue Aug 29 07:36:02 2017 (r50762) +++ head/en_US.ISO8859-1/htdocs/cgi/ports.cgi Tue Aug 29 07:39:02 2017 (r50763) @@ -450,7 +450,7 @@ description about the port. <form method="get" action="$script_name"> Search for: -<input name="query" value="$query" /> +<input name="query" value="$query" type="text" autocapitalize="none" /> <select name="stype"> }; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"