mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
xep.xsl: fix dangling closing curly brace in biblatex's author entry
Fixes: 5d186e6362
("xep.xsl: produce BibLaTeX entry")
This commit is contained in:
parent
42472d2500
commit
1339517023
3
xep.xsl
3
xep.xsl
@ -509,8 +509,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
|
|||||||
version = {<xsl:value-of select='/xep/header/revision[position()=1]/version'/>},
|
version = {<xsl:value-of select='/xep/header/revision[position()=1]/version'/>},
|
||||||
type = {XEP},
|
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>
|
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},
|
institution = {XMPP Standards Foundation},
|
||||||
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'/>},
|
||||||
|
Loading…
Reference in New Issue
Block a user