Skip to content

Commit

Permalink
Don't include a blank line after defaulted registration authorities.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 3, 2012
1 parent 3f38d2d commit b54e8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/default_regauth.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<xsl:text> </xsl:text>
<xsl:element name="Extensions" namespace="urn:oasis:names:tc:SAML:2.0:metadata">
<xsl:call-template name="default_regauth"/>
<xsl:text>&#10;</xsl:text>
<xsl:text> </xsl:text>
</xsl:element>
<xsl:apply-templates select="node()"/>
</xsl:copy>
Expand Down Expand Up @@ -58,8 +60,6 @@
<xsl:value-of select="$defaultAuthority"/>
</xsl:attribute>
</xsl:element>
<xsl:text>&#10;</xsl:text>
<xsl:text> </xsl:text>
</xsl:template>

<!--By default, copy text blocks, comments and attributes unchanged.-->
Expand Down

0 comments on commit b54e8a6

Please sign in to comment.