[PATCH 1/2] Beautify location string in MacDive XSLT imports

subsurface at henrik.synth.no subsurface at henrik.synth.no
Sat Feb 9 00:41:16 PST 2013


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

"Country, Location, Site" looks better than "Country Location Site"

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 xslt/MacDive.xslt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xslt/MacDive.xslt b/xslt/MacDive.xslt
index bd1ba9c..5137862 100644
--- a/xslt/MacDive.xslt
+++ b/xslt/MacDive.xslt
@@ -68,7 +68,7 @@
       </xsl:variable>
 
       <location>
-        <xsl:value-of select="concat(country, ' ', location, ' ', site)"/>
+        <xsl:value-of select="concat(country, ', ', location, ', ', site)"/>
       </location>
 
       <xsl:if test="sitelat != ''">
-- 
1.8.1.2



More information about the subsurface mailing list