[PATCH 08/17] XHTML export: Change the non-existent "h" tag to a "div" tag

andrew-libreoffice.org at pileofstuff.org andrew-libreoffice.org at pileofstuff.org
Thu Aug 14 14:53:48 PDT 2014


From: Andrew Sayers <andrew-libreoffice.org at pileofstuff.org>

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

diff --git filter/source/xslt/odf2xhtml/export/xhtml/body.xsl filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index d4d5ee7..fdc4e19 100644
--- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -2589,7 +2589,7 @@
 		<xsl:param name="listStyleName"/>
 		<xsl:param name="minLabelWidth"/>
 
-		<xsl:element name="h">
+		<xsl:element name="div">
 			<xsl:call-template name="create-list-style">
 				<xsl:with-param name="globalData" select="$globalData"/>
 				<xsl:with-param name="listIndent" select="$listIndent"/>
-- 
1.8.5.1



More information about the LibreOffice mailing list