Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2017 17:46:14 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50739 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201708271746.v7RHkEpf071826@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Sun Aug 27 17:46:13 2017
New Revision: 50739
URL: https://svnweb.freebsd.org/changeset/doc/50739

Log:
  larger input field

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/man.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:46:11 2017	(r50738)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Aug 27 17:46:13 2017	(r50739)
@@ -1716,8 +1716,8 @@ sub formquery {
 
     print <<ETX;
 <form method="get" action="$BASE">
-Manual Page or Keyword Search:
-<input value="$query" name="query" />
+<!-- Manual Page or Keyword Search: -->
+<input value="$query" name="query" size="40" />
 <button type="submit" name="man" value="man">man</button>
 <button type="submit" name="apropos" value="1">apropos</button>
 <br />



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708271746.v7RHkEpf071826>