svn commit: r54578 - head/share/xml

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Oct 7 08:50:29 UTC 2020


Author: lwhsu (src,ports committer)
Date: Wed Oct  7 08:50:28 2020
New Revision: 54578
URL: https://svnweb.freebsd.org/changeset/doc/54578

Log:
  www.FreeBSD.org: Really fix the search box
  
  Submitted by:	hrs
  Approved by:	bcr
  Differential Revision:	https://reviews.freebsd.org/D26703

Modified:
  head/share/xml/header.ent

Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent	Wed Oct  7 08:49:00 2020	(r54577)
+++ head/share/xml/header.ent	Wed Oct  7 08:50:28 2020	(r54578)
@@ -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" />


More information about the svn-doc-all mailing list