summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorRobert Antoni Buj Gelonch <robert.buj@gmail.com>2015-05-14 13:03:30 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-05-14 12:21:52 +0000
commitebe4eb9d0ab2759d7631dd2a967a7031da7e4c5e (patch)
treeb78d4c161bec2e1ff8aff712800b9c2b51726023 /filter
parent070f0abd4413102cb442bc5d3d39c1c530e8d4c6 (diff)
odf2xhtml: #tdf66999 there is no attribute 'name'
Change-Id: I47a14951a23539ea90489baede93a9d1c7b5dcc9 Reviewed-on: https://gerrit.libreoffice.org/15729 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.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 6135da89dd4b..59a662aba03f 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>