Skip to content

Commit

Permalink
Update create-embedded-xref.xsl
Browse files Browse the repository at this point in the history
Fixing a bug that causes a bad reference mark to be added to the heading of Appendix D, section D.1.2.
  • Loading branch information
franciscave committed Feb 23, 2024
1 parent 8d3da48 commit fba2336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/odf1.4/tools/create-embedded-xref.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
<!-- ****************************************** -->
<!-- ** Headings for elements and attributes ** -->
<!-- ****************************************** -->
<xsl:template match="text:h[contains(.,':')]">
<xsl:template match="text:h[contains(.,':') and not(contains(.,'&lt;svg:title&gt; and &lt;svg:desc&gt;'))]">
<!-- get element or attribute name -->
<xsl:variable name="tag">
<xsl:choose>
Expand Down

0 comments on commit fba2336

Please sign in to comment.