summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-12-01 13:15:05 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-12-01 13:15:05 +0100
commitdbe240c57435fcd99655beb0b0fd81bcb17cbf76 (patch)
treee8e55ee79d3ffede11a789d5abe457051002cc76
parent57230ac9f65c5bc9450ff4514353ec2b0d6a017f (diff)
use protocol-independent URL to favicon
-rw-r--r--include/add-header.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/add-header.xsl b/include/add-header.xsl
index 384c275..7758dcc 100644
--- a/include/add-header.xsl
+++ b/include/add-header.xsl
@@ -20,7 +20,7 @@
<link rel="stylesheet" type="text/css" href="//www.documentfoundation.org/themes/tdf/css/layout.css?m=1300292397"/>
<link rel="stylesheet" type="text/css" href="//www.documentfoundation.org/themes/tdf/css/typography.css?m=1292094211"/>
<link rel="stylesheet" type="text/css" href="//www.documentfoundation.org/themes/tdf/css/form.css?m=1305575430"/>
- <link rel="icon" href="http://www.documentfoundation.org/favicon.ico"/>
+ <link rel="icon" href="//www.documentfoundation.org/favicon.ico"/>
<xsl:copy-of select="@*"/>
<xsl:apply-templates select="node()"/>
</head>