diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-28 12:08:23 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-28 12:08:23 +0200 |
commit | a3a252254dfcddfd492ae01f4a6c4cc3591963b9 (patch) | |
tree | 390d47c0507398b329706f2bac6a1b913511c7d7 /xslt | |
parent | 4fd95849a086d2ad27b1401642cddcce1e87e263 (diff) |
space added after mail addresses
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/sp-summary.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/sp-summary.xslt b/xslt/sp-summary.xslt index 8f1e8241..c0360ad8 100644 --- a/xslt/sp-summary.xslt +++ b/xslt/sp-summary.xslt @@ -74,7 +74,7 @@ </xsl:template> <xsl:template match="md:EmailAddress"> - <xsl:value-of select="text()"/> + <xsl:value-of select="text()"/><xsl:text> </xsl:text> </xsl:template> <xsl:template match="md:OrganizationDisplayName"> |