aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-10-10 12:27:49 +0200
committerUlrich Müller <ulm@gentoo.org>2021-10-10 12:33:56 +0200
commit80e024ed24de7784c4c891a721d40816f5eab4b2 (patch)
tree88f4db0345d9097793e181c807c5359635f2ddd5 /Makefile
parentgeneral-concepts/mirrors: update info about mirror://gentoo (diff)
downloaddevmanual-80e024ed24de7784c4c891a721d40816f5eab4b2.tar.gz
devmanual-80e024ed24de7784c4c891a721d40816f5eab4b2.tar.bz2
devmanual-80e024ed24de7784c4c891a721d40816f5eab4b2.zip
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 <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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)