[lfs] 02/02: Remove period after section numbering
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository lfs. commit 09b28992250203a49c13de92aea06e6d48e665d5 Author: Pierre Labastie <[email protected]> AuthorDate: Sun Aug 16 17:03:39 2026 +0200 Remove period after section numbering having for example "5.2.1. Installation of Cross Binutils" is ugly remove the period after numbering in sect{1,2,3} --- stylesheets/lfs-xsl/xhtml/lfs-titles.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl b/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl index e22d25423..35247f2e0 100644 --- a/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl +++ b/stylesheets/lfs-xsl/xhtml/lfs-titles.xsl @@ -97,7 +97,7 @@ </xsl:if> <xsl:if test="$section.autolabel != 0"> <xsl:apply-templates select="." mode="label.markup"/> - <xsl:text>. </xsl:text> + <xsl:text> </xsl:text> </xsl:if> <xsl:value-of select="title"/> </h1> @@ -118,7 +118,7 @@ </xsl:if> <xsl:if test="not(ancestor::preface) and $section.autolabel != 0"> <xsl:apply-templates select="." mode="label.markup"/> - <xsl:text>. </xsl:text> + <xsl:text> </xsl:text> </xsl:if> <xsl:value-of select="title"/> </h2> @@ -136,7 +136,7 @@ </xsl:if> <xsl:if test="$section.autolabel != 0"> <xsl:apply-templates select="." mode="label.markup"/> - <xsl:text>. </xsl:text> + <xsl:text> </xsl:text> </xsl:if> <xsl:value-of select="title"/> </h3> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page