[Libreoffice-commits] help.git: help3xsl/help.html help3xsl/index2.html help3xsl/index.html help3xsl/online_transform.xsl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 16 07:20:56 UTC 2018


 help3xsl/help.html            |    1 +
 help3xsl/index.html           |    1 +
 help3xsl/index2.html          |    1 +
 help3xsl/online_transform.xsl |    2 +-
 4 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 5ccfc30b13663a52686cd040cb574bc0c0dc652c
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Wed Aug 15 10:02:35 2018 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Aug 16 09:20:34 2018 +0200

    Let's have Content-Type everywhere.
    
    Change-Id: I000658561d76d6a95a4acbc621db5e3f6d081e08
    Reviewed-on: https://gerrit.libreoffice.org/59051
    Tested-by: Jenkins
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/help3xsl/help.html b/help3xsl/help.html
index 21afd2ff4..cc22a2fdf 100644
--- a/help3xsl/help.html
+++ b/help3xsl/help.html
@@ -8,6 +8,7 @@
 -->
 <html>
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com *.googleapis.com"/>
 </head>
 <body>
diff --git a/help3xsl/index.html b/help3xsl/index.html
index 9f4dae946..5a319fd04 100644
--- a/help3xsl/index.html
+++ b/help3xsl/index.html
@@ -8,6 +8,7 @@
 -->
 <html>
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com *.googleapis.com"/>
 </head>
 <body>
diff --git a/help3xsl/index2.html b/help3xsl/index2.html
index e09b68e6f..12c7711c4 100644
--- a/help3xsl/index2.html
+++ b/help3xsl/index2.html
@@ -8,6 +8,7 @@
 -->
 <html>
 <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com *.googleapis.com"/>
     <script type="text/javascript" src="help2.js"></script>
     <script type="text/javascript" src="hid2file.js"></script>
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 26231d656..ec1d30c31 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -142,7 +142,7 @@
 <html lang="{$lang}">
     <head>
         <base href="{$install}"/>
-        <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
         <xsl:if test="$online">
             <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' piwik.documentfoundation.org *.google.com *.googleapis.com"/>
         </xsl:if>


More information about the Libreoffice-commits mailing list