[Libreoffice-commits] voting.git: include/add-header.xsl

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Dec 1 04:19:23 PST 2015


 include/add-header.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dbe240c57435fcd99655beb0b0fd81bcb17cbf76
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Tue Dec 1 13:15:05 2015 +0100

    use protocol-independent URL to favicon

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>


More information about the Libreoffice-commits mailing list