From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id BB46E1581B9 for ; Thu, 02 Oct 2025 20:17:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A6B58340F3F for ; Thu, 02 Oct 2025 20:17:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9CEBA1103E2; Thu, 02 Oct 2025 20:17:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 94F161103E2 for ; Thu, 02 Oct 2025 20:17:43 +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 4D065340F37 for ; Thu, 02 Oct 2025 20:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 411B339F7 for ; Thu, 02 Oct 2025 20:17:41 +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: <1759431351.9fea49b56d4d559baac73771659230cb5a086f66.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: /, bin/ X-VCS-Repository: proj/devmanual X-VCS-Files: bin/gen-eclass-html.sh devbook.xsl X-VCS-Directories: / bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9fea49b56d4d559baac73771659230cb5a086f66 X-VCS-Branch: master Date: Thu, 02 Oct 2025 20:17:41 +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: 763b0c09-782a-4225-9b7e-5f7576bc1b06 X-Archives-Hash: 9ad842ff20dc6827843df46929ecb21b commit: 9fea49b56d4d559baac73771659230cb5a086f66 Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 2 18:55:50 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 2 18:55:51 2025 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9fea49b5 devbook.xsl: Add explicit type attribute to script elements For better portability; it is optional in html 5 but mandatory in other versions. Signed-off-by: Ulrich Müller gentoo.org> bin/gen-eclass-html.sh | 4 +++- devbook.xsl | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index 1c9aebf..4dacfa4 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -88,7 +88,9 @@ IFS='' read -r -d '' FOOTER << 'EOF' - + + + EOF diff --git a/devbook.xsl b/devbook.xsl index 983d04f..9b7a404 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -745,15 +745,15 @@ - -