larger input field

This commit is contained in:
Wolfram Schneider 2017-08-27 17:46:13 +00:00
parent b6f79bc86e
commit 00762ba687
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50739

View file

@ -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 />