Skip to content

Commit

Permalink
Delimit the value in an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 7, 2013
1 parent 24da401 commit 2f0769b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/_rules/check_saml2meta.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<xsl:template match="md:OrganizationURL[mdxURL:invalidURL(.)]">
<xsl:call-template name="error">
<xsl:with-param name="m">
<xsl:text>OrganizationURL </xsl:text>
<xsl:text>OrganizationURL '</xsl:text>
<xsl:value-of select="."/>
<xsl:text> is not a valid URL: </xsl:text>
<xsl:text>' is not a valid URL: </xsl:text>
<xsl:value-of select="mdxURL:whyInvalid(.)"/>
</xsl:with-param>
</xsl:call-template>
Expand Down

0 comments on commit 2f0769b

Please sign in to comment.