From 57f9435e8c92e44d2257b9dd51c0be6beeedabd6 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Wed, 20 Jun 2012 02:01:11 +0000 Subject: [PATCH] Webhelp: Append document title to html/head/title --- xsl/webhelp/xsl/webhelp-common.xsl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/xsl/webhelp/xsl/webhelp-common.xsl b/xsl/webhelp/xsl/webhelp-common.xsl index 19d73b327..ab0cdc83f 100644 --- a/xsl/webhelp/xsl/webhelp-common.xsl +++ b/xsl/webhelp/xsl/webhelp-common.xsl @@ -84,6 +84,19 @@ set toc,title Currently, only around 10 translations needed. --> + + + + + + + + + + + <xsl:copy-of select="$title"/> <xsl:if test="parent::*"> - <xsl:copy-of select="$document-title"/></xsl:if> + + -- 2.40.0