svn commit: r45920 - head/share/xml
Gavin Atkinson <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gavin
Date: Tue Nov 4 04:51:16 2014
New Revision: 45920
URL: https://svnweb.freebsd.org/changeset/doc/45920
Log:
Always search with https.
Modified:
head/share/xml/header.ent
Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent Tue Nov 4 04:40:14 2014 (r45919)
+++ head/share/xml/header.ent Tue Nov 4 04:51:16 2014 (r45920)
@@ -64,7 +64,7 @@
<!ENTITY header2.searchbox '
<div id="search" xmlns="http://www.w3.org/1999/xhtml">
- <form method="get" id="search" action="http://duckduckgo.com/">
+ <form method="get" id="search" action="https://duckduckgo.com/">
<h2 class="blockhide"><label for="words">&header2.word.search;</label></h2>
<input type="hidden" name="sites" value="www.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
<input type="hidden" name="ka" value="v" />
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"