From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AD9C158042 for ; Wed, 6 Nov 2024 20:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D8DAE0DFE; Wed, 6 Nov 2024 20:00:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56B55E0DFE for ; Wed, 6 Nov 2024 20:00:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FFBB342F93 for ; Wed, 6 Nov 2024 20:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D70F32 for ; Wed, 6 Nov 2024 20:00:07 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1730920418.dd4420fbd76d3a13012d3a8b8e4357a9bc5424eb.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devbook.xsl X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: dd4420fbd76d3a13012d3a8b8e4357a9bc5424eb X-VCS-Branch: master Date: Wed, 6 Nov 2024 20:00:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea9ffb65-80e0-4ef1-b05e-5ecdb7557d01 X-Archives-Hash: a5233841941c7985e8f4bd3e43e2b9fe commit: dd4420fbd76d3a13012d3a8b8e4357a9bc5424eb Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 6 19:13:38 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 6 19:13:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=dd4420fb devbook.xsl: Fix dropdown menu in appendices/todo-list The contentsTree element must be skipped when it comes with an extraction attribute. Signed-off-by: Ulrich Müller gentoo.org> devbook.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devbook.xsl b/devbook.xsl index 9bbac18..44aa0f5 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -623,7 +623,7 @@