diff options
-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"> |