diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-12 20:26:14 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-13 12:41:14 +0200 |
commit | abdad98a45ff66fd09422920d198c2d4f3cde8bc (patch) | |
tree | 37c5edd4b60a29b67e1971bb3ad296b42782fc12 /help3xsl/online_transform.xsl | |
parent | 2c80aef697c33e3d8f231376e08783daa78e6cb3 (diff) |
tdf#133928 Help need javascript enabled in browser
Helpcontent2 part
Also, optimize XSLT brand template
Change-Id: Idfe3647306452f1f8be5632f1e1a70d642533406
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96238
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 3a934dcb21..6df80b5405 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -134,6 +134,7 @@ <html lang="{$lang}"> <head> <base href="{$install}"/> + <noscript><meta http-equiv="refresh" content="0; URL={$install}{$lang}/noscript.html"/></noscript> <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"/> @@ -161,7 +162,7 @@ <!-- help2.js checks, if meta elements exist in the body --> <meta itemprop="version" content="{$productversion}"/> <meta itemprop="inLanguage" content="{$lang}"/> - <meta itemprop="datePublished" content="2017"/> + <meta itemprop="datePublished" content="2020"/> <meta itemprop="headline" content="{$titleL10N}"/> </xsl:if> <header id="TopLeftHeader"> |