aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2024-01-18 10:49:31 +0100
committerThomas Trepl <thomas@linuxfromscratch.org>2024-01-18 10:49:31 +0100
commit6c100fb70df914ad8cdc27c0fdf6d00fad8bc9b1 (patch)
treeacc2f8085b3e24a82a5538679e94f8a056d1ff16 /stylesheets/lfs-xsl/pdf/lfs-lists.xsl
parent4a9c50a4e76b3132d0db6dc81145d5cee26f98e1 (diff)
parentb60450337feb24f4f09678b22bf12fbe1272842d (diff)
Merge branch 'multilib' of git.linuxfromscratch.org:lfs into multilibmultilib
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"