Signed-off-by: Miika Turkia <[email protected]>
---
xslt/uddf.xslt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt
index 133ae72..0eaa063 100644
--- a/xslt/uddf.xslt
+++ b/xslt/uddf.xslt
@@ -427,13 +427,13 @@
</xsl:choose>
<xsl:if test="temperature != '' and $temperatureSamples > 0">
- <xsl:attribute name="temperature">
+ <xsl:attribute name="temp">
<xsl:value-of select="concat(format-number(temperature - 273.15,
'0.0'), ' C')"/>
</xsl:attribute>
</xsl:if>
<xsl:if test="u:temperature|u1:temperature != '' and
$temperatureSamples > 0">
- <xsl:attribute name="temperature">
+ <xsl:attribute name="temp">
<xsl:value-of
select="concat(format-number(u:temperature|u1:temperature - 273.15, '0.0'), '
C')"/>
</xsl:attribute>
</xsl:if>
--
1.9.1
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface