input query with HTML id

This commit is contained in:
Wolfram Schneider 2017-08-27 17:46:24 +00:00
parent 20f2349f68
commit eb52ed1032
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50743

View file

@ -1721,7 +1721,7 @@ sub formquery {
<form method="get" action="$BASE">
<!-- Manual Page or Keyword Search: -->
<!-- &nbsp; &nbsp; &nbsp; -->
<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" />