Skip to content

Commit

Permalink
Update ebml_schema2markdown4rfc.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Jul 22, 2019
1 parent 2d56b71 commit 87d2ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transforms/ebml_schema2markdown4rfc.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
</xsl:if>
<xsl:for-each select="ebml:documentation">
<xsl:choose>
<xsl:when test="@type">
<xsl:value-of select="@type"/>
<xsl:when test="@purpose">
<xsl:value-of select="@purpose"/>
</xsl:when>
<xsl:otherwise>documentation</xsl:otherwise>
</xsl:choose>
Expand Down

0 comments on commit 87d2ae5

Please sign in to comment.