Browse Source

xep.xsl: lowercase bibtex-citekey-postfix

master
Florian Schmaus 2 years ago
parent
commit
6e9ccbeaad
  1. 2
      xep.xsl

2
xep.xsl

@ -498,7 +498,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>"; @@ -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>

Loading…
Cancel
Save