From: David Cramer Date: Wed, 20 Jun 2012 01:59:44 +0000 (+0000) Subject: HTML: Add hook for easily customizing html/head/title X-Git-Tag: release/1.79.1~6^2~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87237f0acb085de0c563187f8c78ae3f628912de;p=docbook-dsssl HTML: Add hook for easily customizing html/head/title --- diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index bf860e56a..3969938ff 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -127,13 +127,10 @@ - - - - - <xsl:copy-of select="$title"/> - + + + @@ -337,6 +334,17 @@ body { background-image: url(' + + + + + + + + <xsl:copy-of select="$title"/> + + +