larger input field
This commit is contained in:
parent
b6f79bc86e
commit
00762ba687
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50739
1 changed files with 2 additions and 2 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue