mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
Use https instead of http when searching with Google.
PR 64058 Fixed by [stephane.blondon gmail.com] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user