From: Jonathan Nieder Date: Fri, 20 Aug 2010 05:04:02 +0000 (-0500) Subject: Documentation: set a !DOCTYPE for user manual X-Git-Tag: v1.7.3-rc0~9^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4ab18264e06aa4ad6d9793519828950234caf15d?ds=inline;hp=--cc Documentation: set a !DOCTYPE for user manual asciidoc already takes care of including a doctype for most of the HTML documentation, but the user manual which is processed with docbook-xsl directly lacks one (at least with Debian docbook-xsl 1.75.2+dfsg-5). This makes it harder to automatically validate the HTML. Reported-by: 積丹尼 Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- 4ab18264e06aa4ad6d9793519828950234caf15d diff --git a/Documentation/docbook.xsl b/Documentation/docbook.xsl index 9a6912c641..da8b05b922 100644 --- a/Documentation/docbook.xsl +++ b/Documentation/docbook.xsl @@ -1,5 +1,8 @@ - +