svn commit: r50763 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider wosch at FreeBSD.org
Tue Aug 29 07:39:04 UTC 2017


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">
 };
 


More information about the svn-doc-all mailing list