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