xsl: Move 'END' to end

Dunno why there's a paragraph with the word END in it, but it was always
at the end and it seems weird to have another appendix after it.
This commit is contained in:
Kim Alvefur 2021-04-14 14:13:35 +02:00
parent ce06b93397
commit 5ad797700a
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,6 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
<ol class="revision-history"> <ol class="revision-history">
<xsl:apply-templates select='/xep/header/revision'/> <xsl:apply-templates select='/xep/header/revision'/>
</ol> </ol>
<p>END</p>
<h3 id='appendix-biblatex'>Appendix I: Bib(La)TeX Entry</h3> <h3 id='appendix-biblatex'>Appendix I: Bib(La)TeX Entry</h3>
<xsl:variable name="lowercase" select="'abcdefghijklmnopqrstuvwxyz'" /> <xsl:variable name="lowercase" select="'abcdefghijklmnopqrstuvwxyz'" />
<xsl:variable name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" /> <xsl:variable name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" />
@ -514,6 +513,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
url = {https://xmpp.org/extensions/xep-<xsl:value-of select='/xep/header/number'/>.html}, url = {https://xmpp.org/extensions/xep-<xsl:value-of select='/xep/header/number'/>.html},
date = {<xsl:value-of select='/xep/header/revision[position()=last()]/date'/>/<xsl:value-of select='/xep/header/revision[position()=1]/date'/>}, date = {<xsl:value-of select='/xep/header/revision[position()=last()]/date'/>/<xsl:value-of select='/xep/header/revision[position()=1]/date'/>},
}</pre> }</pre>
<p>END</p>
</body> </body>
</html> </html>
</xsl:template> </xsl:template>