Merge branch 'feature/stable-in-appendix' into premerge

This commit is contained in:
Jonas Schäfer 2022-08-23 21:34:48 +02:00
commit c21d49d78d
1 changed files with 5 additions and 1 deletions

View File

@ -333,7 +333,11 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
<dt>Status</dt>
<dd><a>
<xsl:attribute name='href'><xsl:text>https://xmpp.org/extensions/xep-0001.html#states-</xsl:text><xsl:value-of select='/xep/header/status'/></xsl:attribute>
<xsl:value-of select='/xep/header/status'/>
<xsl:choose>
<xsl:when test='string(/xep/header/status) = "Draft"'>Stable</xsl:when>
<xsl:otherwise><xsl:value-of select='/xep/header/status'/></xsl:otherwise>
<xsl:value-of select='/xep/header/status'/>
</xsl:choose>
</a></dd>
<dt>Type</dt>
<dd><a>