mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
As last resort, use the site name as location
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
2936aa6aa0
commit
baee988d75
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@
|
|||
</LOCATION>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<SITE>
|
||||
<xsl:value-of select="$location"/>
|
||||
</SITE>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
||||
|
|
Loading…
Reference in a new issue