aboutsummaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt')
-rw-r--r--xslt/xml2manualcsv.xslt6
1 files changed, 6 insertions, 0 deletions
diff --git a/xslt/xml2manualcsv.xslt b/xslt/xml2manualcsv.xslt
index 6239bfec9..aab66af7c 100644
--- a/xslt/xml2manualcsv.xslt
+++ b/xslt/xml2manualcsv.xslt
@@ -53,6 +53,12 @@
</xsl:otherwise>
</xsl:choose>
<xsl:apply-templates select="location"/>
+ <xsl:if test="string-length(location) = 0">
+ <xsl:value-of select="$fs"/>
+ <xsl:text>&quot;&quot;</xsl:text>
+ <xsl:value-of select="$fs"/>
+ <xsl:text>&quot;&quot;</xsl:text>
+ </xsl:if>
<xsl:apply-templates select="divemaster"/>
<xsl:apply-templates select="buddy"/>
<xsl:apply-templates select="suit"/>