[richfaces-svn-commits] JBoss Rich Faces SVN: r2219 - trunk/docs/xslt/en/src/main/xslt.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Aug 13 08:04:01 EDT 2007
Author: smukhina
Date: 2007-08-13 08:04:01 -0400 (Mon, 13 Aug 2007)
New Revision: 2219
Modified:
trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl
Log:
http://jira.jboss.com/jira/browse/EXIN-440
Double title is deleted from the title page
Modified: trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl
===================================================================
--- trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl 2007-08-13 12:01:27 UTC (rev 2218)
+++ trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl 2007-08-13 12:04:01 UTC (rev 2219)
@@ -83,6 +83,7 @@
procedure before
</xsl:param>
<xsl:template match="section[@role = 'NotInToc']//*" mode="toc" />
- <xsl:template match="chapter[@role = 'NotInToc']//section//*" mode="toc" />
+ <xsl:template match="chapter[@role = 'NotInToc']//section//*" mode="toc" />
+ <xsl:template match="book" mode="object.title.markup"/>
</xsl:stylesheet>
More information about the richfaces-svn-commits
mailing list