diff options
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 ad592e1d..2c4e91fa 100644 --- a/xslt/sp-summary.xslt +++ b/xslt/sp-summary.xslt @@ -54,7 +54,7 @@ </xsl:template> <xsl:template match="md:ContactPerson"> - <xsl:apply-templates select="md:EmailAddress"/> + <xsl:apply-templates select="md:EmailAddress[0]"/> </xsl:template> <xsl:template match="md:Organization"> |