diff options
-rw-r--r-- | xslt/divelogs.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/divelogs.xslt b/xslt/divelogs.xslt index 32a59c358..2f191aee0 100644 --- a/xslt/divelogs.xslt +++ b/xslt/divelogs.xslt @@ -46,7 +46,7 @@ <location> <xsl:for-each select="LOCATION|SITE"> <xsl:value-of select="."/> - <xsl:if test=". != '' and following-sibling::*[1] != ''"> / </xsl:if> + <xsl:if test=". != '' and following-sibling::SITE[1] != ''"> / </xsl:if> </xsl:for-each> </location> |