diff options
Diffstat (limited to 'xslt/SuuntoSDM.xslt')
-rw-r--r-- | xslt/SuuntoSDM.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index 98b3b4988..3b41b7d41 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -40,7 +40,7 @@ </xsl:otherwise> </xsl:choose> - <temperature air="{concat(AIRTEMP, ' C')}" water="{concat(WATERTEMPATEND, ' C')}"/> + <temperature air="{concat(AIRTEMP, ' C')}" water="{concat(WATERTEMPMAXDEPTH, ' C')}"/> <xsl:if test="SURFACETIME != '0'"> <surfacetime> <xsl:call-template name="timeConvert"> |