diff options
author | Leif Johansson <leifj@sunet.se> | 2013-06-28 14:51:49 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2013-06-28 14:51:49 +0200 |
commit | f63f500a3e4071b60a010e4bf45eecd2dc82354b (patch) | |
tree | 96701969841e38c8b28def93336dd5b5b9346050 | |
parent | 5d9367f304e5cbfeb579b6ffee969196d9c42022 (diff) | |
parent | 5a559d86ffadfbb19518ce1446f3ef3736fc9ea2 (diff) |
Merge branch 'master' of md-master.swamid.se:swamid-metadata
-rw-r--r-- | xslt/sp-summary.xslt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/sp-summary.xslt b/xslt/sp-summary.xslt index cc6b0056..d54141c2 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="'&#x2011;'" /> </xsl:call-template> - <xsl:text>\\</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>\\</xsl:text> + <xsl:value-of select="text()"/><xsl:text> \\</xsl:text> </xsl:template> <xsl:template match="md:OrganizationDisplayName"> |