From 094f64e17a6e91f5d3e6cc808fe0e400c7134126 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Wed, 4 Jul 2012 18:15:12 +0000 Subject: [PATCH] Also set the title param in head.content since it's sometimes called without that param being passed in. Use the passed-in value in user.head.title. --- xsl/html/docbook.xsl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index 888cdd4ec..6962f4cfc 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -127,11 +127,13 @@ - + + + - + @@ -338,9 +340,7 @@ body { background-image: url(' - - - + <xsl:copy-of select="$title"/> -- 2.40.0