www.FreeBSD.org: Really fix the search box
Submitted by: hrs Approved by: bcr Differential Revision: https://reviews.freebsd.org/D26703
This commit is contained in:
parent
df973b355e
commit
783d001e02
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54578
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
<!ENTITY header2.searchbox '
|
||||
<div id="search" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/"
|
||||
onsubmit="document.getElementById('words').value+=' site: www.FreeBSD.org site: docs.FreeBSD.org site: lists.FreeBSD.org site: wiki.FreeBSD.org site: forums.FreeBSD.org'">
|
||||
onsubmit="document.getElementById('words').value+=' (site:www.FreeBSD.org OR site:docs.FreeBSD.org OR site:lists.FreeBSD.org OR site:wiki.FreeBSD.org OR site:forums.FreeBSD.org)'">
|
||||
<h2 class="blockhide"><label for="words">&header2.word.search;</label></h2>
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
|
|
Loading…
Reference in a new issue