commit: 0982277a5ef77bbb91a8c7ef43150c36f78a9a24
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 17:03:25 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 17:03:25 2023 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0982277a
devbook.xsl: Use hexadecimal for character entities
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
devbook.xsl | 6 +++---
1 file 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>—</xsl:text>
+ <xsl:text>—</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"/> Home</a>
+ <a
href="{$relative_path_depth_recursion}index.html"><span class="fa
fa-home"/> Home</a>
</li>
<li class="dropdown">
- <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Index <span class="caret"></span></a>
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Index <span class="caret"></span></a>
<xsl:if test="/guide/chapter[1]/section or
//contentsTree">
<ul class="dropdown-menu">
<!-- List sections of this chapter first. -->