summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-01-25 22:05:55 +0100
committerLeif Johansson <leifj@sunet.se>2012-01-25 22:05:55 +0100
commitd996bab3d3caaa622bf4364bbfbd1d9b7902f5ba (patch)
tree95f814d86a8f429ad3a386be7d854da40d933580 /xslt
parent236bdad2072c75ac1327c566be7b252a575f2ee8 (diff)
new table layout
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 2c4e91fa..7fd3b1de 100644
--- a/xslt/sp-summary.xslt
+++ b/xslt/sp-summary.xslt
@@ -36,8 +36,8 @@
<xsl:text> | </xsl:text><xsl:apply-templates select="md:SPSSODescriptor/md:AttributeConsumingService/md:ServiceName"/><xsl:text> </xsl:text>
<xsl:text> | </xsl:text><xsl:apply-templates select="md:SPSSODescriptor/md:AttributeConsumingService/md:ServiceDescription"/><xsl:text> </xsl:text>
<xsl:text> | </xsl:text><xsl:apply-templates select="md:Organization"/><xsl:text> </xsl:text>
- <xsl:text> | </xsl:text><xsl:apply-templates select="md:ContactPerson[@contactType='technical']"/><xsl:text> </xsl:text>
- <xsl:text> | </xsl:text><xsl:apply-templates select="md:ContactPerson[@contactType='administrative']"/><xsl:text>|
+ <xsl:text> | </xsl:text><xsl:apply-templates select="md:ContactPerson[@contactType='technical'][0]"/><xsl:text> </xsl:text>
+ <xsl:text> | </xsl:text><xsl:apply-templates select="md:ContactPerson[@contactType='administrative'][0]"/><xsl:text>|
</xsl:text>
</xsl:template>