From c32822dc55e051941b3ca40fdd59b41a94c0deda Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Wed, 10 Dec 2008 13:58:45 +0100 Subject: [PATCH] Manual: Only wrap real text paragraphs in Elements such as lists, tables, synopsis don't need it and produce hundreds of warnings in tidy because of empty paragraphs. With this change, the manual should be fully XHTML 1.0 Transitional and validate without warnings and errors. --- ChangeLog | 9 ++ doc/gen-map-doc | 3 - doc/makedoc.c | 30 ++++- doc/manual.xml.head | 320 +++++++++++--------------------------------- doc/manual.xml.tail | 2 +- init.h | 35 ----- 6 files changed, 118 insertions(+), 281 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45704204..35d1a6d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-12-10 13:58 +0100 Rocco Rutte (c1873847c50e) + + * hg-commit: hg-commit: Work even in subdirectories + +2008-12-10 12:33 +0100 Rocco Rutte (e53becb2cfae) + + * ChangeLog, doc/chunk.xsl, doc/html.xsl: Manual: Use right XSLT-way + to embed CSS to avoid invalid xmlns="" attributes on