commit: 1af877406f2e99eafef2dbaaf5b0530da52a0dc8
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 18:46:28 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 18:46:28 2024 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1af87740
devbook.xsl: Drop obsolete comment
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
devbook.xsl | 2 --
1 file changed, 2 deletions(-)
diff --git a/devbook.xsl b/devbook.xsl
index 4895290..a492efe 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -118,13 +118,11 @@
</xsl:template>
<!-- End Table Jojo -->
-<!-- FIXME: Handle lang=... -->
<xsl:template match="codesample">
<xsl:variable name="ctype"><xsl:if test="@lang =
'ebuild'">Constant</xsl:if></xsl:variable>
<xsl:variable name="numbering" select="@numbering"/>
<xsl:variable name="lang" select="@lang"/>
<pre><span class="{$ctype}">
-
<xsl:for-each select="str:tokenize_plasmaroo(., $newline)">
<xsl:choose>
<xsl:when test=". = $newline">