Guillon
-
2020-11-01
- status: open --> accepted
I mentioned earlier that the wrong set of quotes were used in the
glossary too. Similar problem and fix as the bibliography one:
diff -r 3ddf5d6cedcb xsl/glossary.xsl
--- a/xsl/glossary.xsl Tue Sep 10 00:40:26 2019 +0200
+++ b/xsl/glossary.xsl Sat Oct 03 22:32:10 2020 +0200
@@ -189,7 +189,7 @@
<xsl:call-template name="gentext.element.name">
<xsl:call-template name="gentext.space">
</xsl:call-template></xsl:call-template>
<xsl:choose>
<xsl:when test="position()=last()"></xsl:when></xsl:choose>
Tested and found to be working with Norwegian, at least.
--
Happy hacking
Petter Reinholdtsen