include/add-header.xsl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d3e268a3c781d2fa1dfa40ede8e950017e35a05c
Author: Thorsten Behrens <[email protected]>
Date:   Wed Oct 16 23:39:13 2013 +0200

    Remove protocol from stylesheet links.

diff --git a/include/add-header.xsl b/include/add-header.xsl
index 5050a60..384c275 100644
--- a/include/add-header.xsl
+++ b/include/add-header.xsl
@@ -17,9 +17,9 @@
   </xsl:template>
   <xsl:template match="head">
     <head xmlns="http://www.w3.org/1999/xhtml";>
-      <link rel="stylesheet" type="text/css" 
href="http://www.documentfoundation.org/themes/tdf/css/layout.css?m=1300292397"/>
-      <link rel="stylesheet" type="text/css" 
href="http://www.documentfoundation.org/themes/tdf/css/typography.css?m=1292094211"/>
-      <link rel="stylesheet" type="text/css" 
href="http://www.documentfoundation.org/themes/tdf/css/form.css?m=1305575430"/>
+      <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"/>
       <xsl:copy-of select="@*"/>
       <xsl:apply-templates select="node()"/>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to