Fix Proposed template (there was a missing space)

This commit is contained in:
Jonas Schäfer 2019-04-05 17:37:32 +02:00
parent 8ae43e3d7a
commit e77875ede6
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
</xsl:choose>
</xsl:if>
<xsl:if test='$thestatus = "Proposed"'>
<xsl:text>NOTICE: This document is currently within Last Call or under consideration by the XMPP Council for advancement to the next stage in the XSF standards process.</xsl:text>
<xsl:text>NOTICE: This document is currently within Last Call or under consideration by the XMPP Council for advancement to the next stage in the XSF standards process. </xsl:text>
<xsl:if test='/xep/header/lastcall'>The Last Call ends on <xsl:value-of select='/xep/header/lastcall'/>.
</xsl:if>
<xsl:text>Please send your feedback to the </xsl:text><a href='http://mail.jabber.org/mailman/listinfo/standards'>standards@xmpp.org</a><xsl:text> discussion list.</xsl:text>