mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:23:24 +00:00
Remove wrong unit from CNS in UDDF import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3e00bac552
commit
7f2cb179be
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@
|
||||||
|
|
||||||
<xsl:if test="cns|u:cns|u1:cns > 0">
|
<xsl:if test="cns|u:cns|u1:cns > 0">
|
||||||
<xsl:attribute name="cns">
|
<xsl:attribute name="cns">
|
||||||
<xsl:value-of select="concat(cns|u:cns|u1:cns, ' C')"/>
|
<xsl:value-of select="cns|u:cns|u1:cns"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue