mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Export: Fix UDDF Export
Add a workaround to address a syntax error in the XSLT used to export as UDDF. Fixes #4275. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
793d9f20b6
commit
38a0050ac3
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
|||
<repetitiongroup>
|
||||
<xsl:attribute name="id">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$test != ''">
|
||||
<xsl:when test="string-length($units) = 0 or $units = 0">
|
||||
<xsl:value-of select="generate-id(.)" />
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
|
Loading…
Reference in a new issue