diff options
author | Leif Johansson <leifj@sunet.se> | 2012-01-25 10:23:01 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-01-25 10:23:01 +0100 |
commit | 07a1980b47bd71bb80a058d3c68b16952234ca98 (patch) | |
tree | 73159643c091625f0cc2d8c5e2ade21e42052cd3 /xslt | |
parent | 0d16913ee49e2df551f2da4cc598c710b9beb8ee (diff) |
new idp wiki format
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/idp-summary.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/idp-summary.xslt b/xslt/idp-summary.xslt index 443c03ec..7e56f168 100644 --- a/xslt/idp-summary.xslt +++ b/xslt/idp-summary.xslt @@ -45,7 +45,7 @@ </xsl:template> <xsl:template match="md:Organization"> - <xsl:text>|[</xsl:text> + <xsl:text>[</xsl:text> <xsl:apply-templates select="md:OrganizationDisplayName[1]"/><xsl:text>|</xsl:text><xsl:apply-templates select="md:OrganizationURL[1]"/><xsl:text>]</xsl:text> </xsl:template> |