From: David Cramer Date: Wed, 4 Jul 2012 16:43:02 +0000 (+0000) Subject: Use user.head.title to add title to webhelp pages, X-Git-Tag: release/1.79.1~6^2~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab4bc5b05e42042c74ad116cd2dece97a8139112;p=docbook-dsssl Use user.head.title to add title to webhelp pages, but do not yet add the book title to the page title. --- diff --git a/xsl/webhelp/xsl/webhelp-common.xsl b/xsl/webhelp/xsl/webhelp-common.xsl index 19d73b327..8914f5c9b 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> --> + +