diff options
-rw-r--r-- | xslt/divelogs-export.xslt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xslt/divelogs-export.xslt b/xslt/divelogs-export.xslt index 1bcf6e057..1ef49c325 100644 --- a/xslt/divelogs-export.xslt +++ b/xslt/divelogs-export.xslt @@ -67,6 +67,9 @@ </LOCATION> </xsl:when> <xsl:otherwise> + <SITE> + <xsl:value-of select="$location"/> + </SITE> </xsl:otherwise> </xsl:choose> |