aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2024-01-18 14:57:54 +0800
committerXi Ruoyao <xry111@xry111.site>2024-01-18 15:03:54 +0800
commit3626aa30487772be32d2b6ca591137ce88e9d616 (patch)
tree0c80b958cdfed7bc8f5444c61fe9c022f4308041 /stylesheets/lfs-xsl/pdf/lfs-lists.xsl
parent270b1732aa815623cc4f20a9b516099ce82eb313 (diff)
Use UTF-8 characters instead of &#...;
This is done via: find -name \*.xml -or -name \*.xsl | xargs python3 utf8ize.py with https://linuxfromscratch.org/~xry111/utf8ize.py.
Diffstat (limited to 'stylesheets/lfs-xsl/pdf/lfs-lists.xsl')
-rw-r--r--stylesheets/lfs-xsl/pdf/lfs-lists.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/lfs-xsl/pdf/lfs-lists.xsl b/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
index 5055b8692..c3abb960e 100644
--- a/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
+++ b/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
+<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
@@ -49,7 +49,7 @@
<fo:block id="{$id}" xsl:use-attribute-sets="list.item.spacing"
keep-together.within-column="always" font-weight="bold"
keep-with-next.within-column="always" text-align="left">
- <xsl:text>&#x2022; </xsl:text>
+ <xsl:text>• </xsl:text>
<xsl:apply-templates select="term"/>
</fo:block>
<fo:block text-align="left"