As last resort, use the site name as location

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2021-02-16 18:37:23 +02:00 committed by Dirk Hohndel
parent 2936aa6aa0
commit baee988d75

View file

@ -67,6 +67,9 @@
</LOCATION> </LOCATION>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<SITE>
<xsl:value-of select="$location"/>
</SITE>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>