From: David Cramer Date: Wed, 20 Jun 2012 02:01:11 +0000 (+0000) Subject: Webhelp: Append document title to html/head/title X-Git-Tag: release/1.79.1~6^2~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57f9435e8c92e44d2257b9dd51c0be6beeedabd6;p=docbook-dsssl Webhelp: Append document title to html/head/title --- 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> + +