diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/subsurfacecsv.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/subsurfacecsv.xslt b/xslt/subsurfacecsv.xslt index b0a1b12e9..81aa03033 100644 --- a/xslt/subsurfacecsv.xslt +++ b/xslt/subsurfacecsv.xslt @@ -238,7 +238,7 @@ <xsl:with-param name="index" select="'10'"/> </xsl:call-template> - <location debug="{$cylinders}"> + <location> <xsl:variable name="gps"> <xsl:call-template name="getFieldByIndex"> <xsl:with-param name="index" select="16 + ($cylinders - 1) * 5"/> |