include/add-header.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dbe240c57435fcd99655beb0b0fd81bcb17cbf76 Author: Christian Lohmaier <lohmaier+libreoff...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits