aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-11-02 18:03:25 +0100
committerUlrich Müller <ulm@gentoo.org>2023-11-02 18:03:25 +0100
commit0982277a5ef77bbb91a8c7ef43150c36f78a9a24 (patch)
tree788520c9d44f077dde945e58eb51dc825de21f9c
parentdepend.xsl: Canonicalise output paths (diff)
downloaddevmanual-0982277a5ef77bbb91a8c7ef43150c36f78a9a24.tar.gz
devmanual-0982277a5ef77bbb91a8c7ef43150c36f78a9a24.tar.bz2
devmanual-0982277a5ef77bbb91a8c7ef43150c36f78a9a24.zip
devbook.xsl: Use hexadecimal for character entities
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--devbook.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/devbook.xsl b/devbook.xsl
index ce617d3..fe9c496 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -269,7 +269,7 @@
</xsl:template>
<xsl:template match="d">
- <xsl:text>&#8212;</xsl:text>
+ <xsl:text>&#x2014;</xsl:text> <!-- em dash -->
</xsl:template>
<xsl:template match="e">
@@ -587,10 +587,10 @@
<div class="collapse navbar-collapse navbar-main-collapse">
<ul class="nav navbar-nav">
<li>
- <a href="{$relative_path_depth_recursion}index.html"><span class="fa fa-home"/>&#160;Home</a>
+ <a href="{$relative_path_depth_recursion}index.html"><span class="fa fa-home"/>&#xa0;Home</a>
</li>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Index&#160;<span class="caret"></span></a>
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Index&#xa0;<span class="caret"></span></a>
<xsl:if test="/guide/chapter[1]/section or //contentsTree">
<ul class="dropdown-menu">
<!-- List sections of this chapter first. -->