From e918c7dc8268c4a4723ab4b3a35479f4d191a765 Mon Sep 17 00:00:00 2001 From: Markus Meier Date: Sun, 31 May 2015 11:29:41 +0200 Subject: use HTML5 doctype instead of xhtml one --- devbook.xsl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/devbook.xsl b/devbook.xsl index c23a6fc..407e910 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -2,8 +2,7 @@ xmlns:str="http://exslt.org/strings" xmlns:exslt="http://exslt.org/common" extension-element-prefixes="str exslt xsl" - exclude-result-prefixes="str exslt xsl" - xmlns="http://www.w3.org/1999/xhtml"> + exclude-result-prefixes="str exslt xsl"> @@ -12,8 +11,7 @@ - + @@ -416,7 +414,8 @@ - + <!DOCTYPE html> + Gentoo Development Guide: <xsl:value-of select="/guide/chapter[1]/title"/> -- cgit v1.2.3-65-gdbad