[jbosstools-commits] JBoss Tools SVN: r3077 - trunk/documentation/GettingStartedGuide/docs/resources/support/docbook-xsl/html.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Aug 10 09:24:58 EDT 2007
Author: smukhina
Date: 2007-08-10 09:24:58 -0400 (Fri, 10 Aug 2007)
New Revision: 3077
Modified:
trunk/documentation/GettingStartedGuide/docs/resources/support/docbook-xsl/html/chunk-common.xsl
Log:
http://jira.jboss.com/jira/browse/EXIN-440
double title
Modified: trunk/documentation/GettingStartedGuide/docs/resources/support/docbook-xsl/html/chunk-common.xsl
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/resources/support/docbook-xsl/html/chunk-common.xsl 2007-08-10 12:52:34 UTC (rev 3076)
+++ trunk/documentation/GettingStartedGuide/docs/resources/support/docbook-xsl/html/chunk-common.xsl 2007-08-10 13:24:58 UTC (rev 3077)
@@ -696,10 +696,12 @@
<xsl:param name="next" select="/foo"/>
<xsl:param name="nav.context"/>
+ <xsl:variable name="show.title" select="not(self::book)"/>
+
<xsl:variable name="home" select="/*[1]"/>
<xsl:variable name="up" select="parent::*"/>
- <xsl:variable name="row1" select="$navig.showtitles != 0"/>
+ <xsl:variable name="row1" select="$navig.showtitles != 0 and $show.title"/>
<xsl:variable name="row2" select="count($prev) > 0
or (count($up) > 0
and generate-id($up) != generate-id($home)
More information about the jbosstools-commits
mailing list