You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/01/07 21:37:45 UTC

svn commit: r1872471 - /httpd/httpd/branches/2.4.x/docs/manual/style/xsl/indexpage.xsl

Author: jailletc36
Date: Tue Jan  7 21:37:44 2020
New Revision: 1872471

URL: http://svn.apache.org/viewvc?rev=1872471&view=rev
Log:
Use https instead of http when searching with Google.

PR 64058
Fixed by [stephane.blondon gmail.com]

(r1872470 on trunk)

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/style/xsl/indexpage.xsl

Modified: httpd/httpd/branches/2.4.x/docs/manual/style/xsl/indexpage.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/style/xsl/indexpage.xsl?rev=1872471&r1=1872470&r2=1872471&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/style/xsl/indexpage.xsl (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/style/xsl/indexpage.xsl Tue Jan  7 21:37:44 2020
@@ -153,7 +153,7 @@
 <!-- ==================================================================== -->
 <xsl:template name="search.spec">
 <xsl:attribute name="method">get</xsl:attribute>
-<xsl:attribute name="action">http://www.google.com/search</xsl:attribute>
+<xsl:attribute name="action">https://www.google.com/search</xsl:attribute>
 <xsl:if test="$ext-target">
     <xsl:attribute name="target">_blank</xsl:attribute>
 </xsl:if>