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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DE96158086 for ; Sun, 10 Oct 2021 10:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1891E0880; Sun, 10 Oct 2021 10:34:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89F3AE0880 for ; Sun, 10 Oct 2021 10:34:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AB73343047 for ; Sun, 10 Oct 2021 10:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D7DBEA for ; Sun, 10 Oct 2021 10:34:38 +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: <1633862036.80e024ed24de7784c4c891a721d40816f5eab4b2.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: Makefile devbook.xsl X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 80e024ed24de7784c4c891a721d40816f5eab4b2 X-VCS-Branch: master Date: Sun, 10 Oct 2021 10:34:38 +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: dec2019b-2bcb-4e4c-a8e9-981ad0fc5e98 X-Archives-Hash: 707b9bf80a47f270f5dbbd25ce3899c2 commit: 80e024ed24de7784c4c891a721d40816f5eab4b2 Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 10 10:27:49 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 10 10:33:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=80e024ed devbook.xsl: td doesn't have a nowrap attribute in HTML 5 Problem seen with tidy from app-text/htmltidy-5.8.0-r1. Signed-off-by: Ulrich Müller gentoo.org> Makefile | 2 +- devbook.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5d74d88..0a40cc3 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ validate: @xmllint --noout --dtdvalid devbook.dtd $(XMLS) \ && echo "xmllint validation successful" -# Run app-text/tidy-html5 on the output to detect mistakes. +# Run app-text/htmltidy on the output to detect mistakes. # We have to loop through them because otherwise tidy won't # tell you which file contains a mistake. tidy: $(HTMLS) $(ECLASS_HTMLS) diff --git a/devbook.xsl b/devbook.xsl index 5e8b260..1ebbb3b 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -84,7 +84,7 @@ - + white-space: