center the forms a little bit
This commit is contained in:
parent
0a2d1d5067
commit
59a0ae960c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50749
1 changed files with 2 additions and 1 deletions
|
@ -1726,11 +1726,12 @@ sub formquery {
|
|||
print <<ETX;
|
||||
<form method="get" action="$BASE">
|
||||
<!-- Manual Page or Keyword Search: -->
|
||||
<!-- -->
|
||||
|
||||
<input id="query" value="$query" name="query" size="36" $autofocus />
|
||||
<button type="submit" name="apropos" value="0">man</button>
|
||||
<button type="submit" name="apropos" value="1">apropos</button>
|
||||
<br class="second_row" />
|
||||
|
||||
ETX
|
||||
|
||||
print qq{<select name="sektion">\n};
|
||||
|
|
Loading…
Reference in a new issue