input query with HTML id
This commit is contained in:
parent
20f2349f68
commit
eb52ed1032
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50743
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ sub formquery {
|
|||
<form method="get" action="$BASE">
|
||||
<!-- Manual Page or Keyword Search: -->
|
||||
<!-- -->
|
||||
<input value="$query" name="query" size="36" autofocus />
|
||||
<input id="query" value="$query" name="query" size="36" autofocus />
|
||||
<button type="submit" name="man" value="man">man</button>
|
||||
<button type="submit" name="apropos" value="1">apropos</button>
|
||||
<br class="second_row" />
|
||||
|
|
Loading…
Reference in a new issue