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

New commits:
commit 409a8890fd2adb2543fdc161c37358411eb9345a
Author: Gian Domenico Ceccarini <gdceccar...@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 <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to