mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
xep.xsl: Ensure that the leading zeroes are preserved in citations
This commit is contained in:
parent
5d186e6362
commit
72d8b4b3cf
2
xep.xsl
2
xep.xsl
@ -508,7 +508,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
|
||||
title = {<xsl:value-of select='/xep/header/title'/>},
|
||||
version = {<xsl:value-of select='/xep/header/revision[position()=1]/version'/>},
|
||||
type = {XEP},
|
||||
number = <xsl:value-of select='/xep/header/number'/>
|
||||
number = {<xsl:value-of select='/xep/header/number'/>},
|
||||
author = {<xsl:for-each select='/xep/header/author'><xsl:value-of select='firstname'/><xsl:text> </xsl:text><xsl:value-of select='surname'/><xsl:if test="not(position() = last())"> and </xsl:if></xsl:for-each>
|
||||
},
|
||||
institution = {XMPP Standards Foundation},
|
||||
|
Loading…
Reference in New Issue
Block a user