aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xslt/uddf.xslt18
1 files changed, 9 insertions, 9 deletions
diff --git a/xslt/uddf.xslt b/xslt/uddf.xslt
index 81fb294d1..81435b301 100644
--- a/xslt/uddf.xslt
+++ b/xslt/uddf.xslt
@@ -174,15 +174,15 @@
<xsl:if test="//u:divesite/u:site[@id = $ref]/u:name">
<location>
<xsl:choose>
- <xsl:when test="//u:divesite/u:site[@id=$ref]/u:geography/u:longitude != ''">
- <xsl:attribute name="gps">
- <xsl:value-of select="concat(//u:divesite/u:site[@id=$ref]/u:geography/u:latitude, ' ', //u:divesite/u:site[@id=$ref]/u:geography/u:longitude)"/>
- </xsl:attribute>
- <xsl:value-of select="//u:divesite/u:site[@id=$ref]/u:name"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="//u:divesite/u:site[@id=$ref]/u:name"/>
- </xsl:otherwise>
+ <xsl:when test="//u:divesite/u:site[@id=$ref]/u:geography/u:longitude != ''">
+ <xsl:attribute name="gps">
+ <xsl:value-of select="concat(//u:divesite/u:site[@id=$ref]/u:geography/u:latitude, ' ', //u:divesite/u:site[@id=$ref]/u:geography/u:longitude)"/>
+ </xsl:attribute>
+ <xsl:value-of select="//u:divesite/u:site[@id=$ref]/u:name"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of select="//u:divesite/u:site[@id=$ref]/u:name"/>
+ </xsl:otherwise>
</xsl:choose>
</location>
</xsl:if>