summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorFredrik Åslund <fredrik.aslund@umu.se>2013-06-28 13:07:23 +0200
committerFredrik Åslund <fredrik.aslund@umu.se>2013-06-28 13:07:23 +0200
commit54368ff640284e05a307b318d4a13b421177d389 (patch)
treeee1d5636131f0783cde860d28d861e4476f04102 /xslt
parentd0a9da3a5e1c1935053ff69a2d04c0be29b7dabb (diff)
confluence uses \\ as <br/>
Diffstat (limited to 'xslt')
-rw-r--r--xslt/sp-summary.xslt4
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/sp-summary.xslt b/xslt/sp-summary.xslt
index cd16a519..cc6b0056 100644
--- a/xslt/sp-summary.xslt
+++ b/xslt/sp-summary.xslt
@@ -66,7 +66,7 @@
<xsl:with-param name="replace" select="'-'" />
<xsl:with-param name="by" select="'&amp;#x2011;'" />
</xsl:call-template>
- <xsl:text>&lt;br/&gt;</xsl:text>
+ <xsl:text>\\</xsl:text>
</xsl:template>
<xsl:template match="md:ContactPerson">
@@ -84,7 +84,7 @@
</xsl:template>
<xsl:template match="md:EmailAddress">
- <xsl:value-of select="text()"/><xsl:text>&lt;br/&gt;</xsl:text>
+ <xsl:value-of select="text()"/><xsl:text>\\</xsl:text>
</xsl:template>
<xsl:template match="md:OrganizationDisplayName">