[Libreoffice-commits] core.git: filter/source

Gian Domenico Ceccarini gdceccarini at gmail.com
Sun Jan 15 10:15:46 UTC 2017


 filter/source/xslt/odf2xhtml/export/xhtml/header.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 409a8890fd2adb2543fdc161c37358411eb9345a
Author: Gian Domenico Ceccarini <gdceccarini at gmail.com>
Date:   Fri Jan 13 08:38:49 2017 +0100

    fix css xhtml export
    
    Change-Id: Iea65e0c577a8f446ae2adbc75e7efe04326850bb
    Reviewed-on: https://gerrit.libreoffice.org/33018
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 09578da..41c543c 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -93,7 +93,7 @@
 		<xsl:otherwise><xsl:text>td, th { vertical-align:top; font-size:12pt;}
 	</xsl:text></xsl:otherwise>
 	</xsl:choose>
-<xsl:text>h1, h2, h3, h4, h5, h6 { clear:both }
+<xsl:text>h1, h2, h3, h4, h5, h6 { clear:both;}
 	</xsl:text>
 <xsl:text>ol, ul { margin:0; padding:0;}
 	</xsl:text>


More information about the Libreoffice-commits mailing list