xep.xsl: lowercase bibtex-citekey-postfix

This commit is contained in:
Florian Schmaus 2021-04-13 20:26:58 +02:00
parent ce06b93397
commit 6e9ccbeaad
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
xep<xsl:value-of select='/xep/header/number'/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select='/xep/header/shortname'/>
<xsl:value-of select='translate(/xep/header/shortname, $uppercase, $lowercase)'/>
</xsl:otherwise>
</xsl:choose>
</xsl:variable>