diff options
author | Buovjaga <ilmari.lauhakangas@libreoffice.org> | 2017-07-25 15:42:08 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-07-26 17:15:53 +0200 |
commit | a0efca32e5ebee152776ac81f8e4f59892faead0 (patch) | |
tree | ba6ff9e9533639fdda4ff9239b4dffb1e88a0c8e /help3xsl/online_transform.xsl | |
parent | d91a31ef72b13ae5aa135ef468771254bd31bf1a (diff) |
tdf#97745 Fix width on wide screens
Change-Id: I91a84a0d3460ab7ccacd1ec1f14ef7b97db3b767
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/40427
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 2b834bb012..e9ec577e2e 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -124,7 +124,7 @@ <xsl:variable name="titleL10N"> <xsl:call-template name="brand"><xsl:with-param name="string"><xsl:value-of select="$title"/></xsl:with-param></xsl:call-template> </xsl:variable> - <html> +<html> <head> <!--<base href="file:///home/tdf/git/core/helpcontent2/source/html/"/> --> <base href="/"/> @@ -321,7 +321,7 @@ ]]> </script> <!-- End Piwik Code --> -</body> + </body> </html> </xsl:template> |