diff options
-rw-r--r-- | help3xsl/help.html | 1 | ||||
-rw-r--r-- | help3xsl/index.html | 1 | ||||
-rw-r--r-- | help3xsl/index2.html | 1 | ||||
-rw-r--r-- | help3xsl/online_transform.xsl | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/help3xsl/help.html b/help3xsl/help.html index 21afd2ff41..cc22a2fdf4 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 9f4dae9466..5a319fd04f 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 e09b68e6f9..12c7711c43 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 26231d6568..ec1d30c317 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> |