summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorRobert Antoni Buj Gelonch <robert.buj@gmail.com>2015-05-14 15:46:02 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-05-14 16:10:16 +0000
commit04746c585a50f30f96a3b2cb7ce9dc3f1fdbd6bd (patch)
tree89c8888b667e0949cb15ff6520d6e224949a9465 /filter
parent445314e0bc5235b8a0c68348cd6ceed5517fc079 (diff)
odf2xhtml: tdf#66999 there is no attribute 'name'
Change-Id: If00ef284326f16f59a2e85864a344b634a02f37e Reviewed-on: https://gerrit.libreoffice.org/15730 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index a89adfc532f4..615e1a15d85f 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -2909,7 +2909,7 @@
<xsl:template match="text:bookmark|text:bookmark-start">
<xsl:element name="a">
- <xsl:attribute name="name">
+ <xsl:attribute name="id">
<xsl:value-of select="@text:name"/>
</xsl:attribute>
</xsl:element>