svn commit: r42369 - projects/db5/share/xsl

Gabor Kovesdan gabor at FreeBSD.org
Mon Jul 22 07:31:59 UTC 2013


Author: gabor
Date: Mon Jul 22 07:31:58 2013
New Revision: 42369
URL: http://svnweb.freebsd.org/changeset/doc/42369

Log:
  - Suppress list titles since they just break the continuity of the text.
    The preceding paragraph always explains what the list is about so
    there is no need for these titles.

Modified:
  projects/db5/share/xsl/freebsd-fo.xsl

Modified: projects/db5/share/xsl/freebsd-fo.xsl
==============================================================================
--- projects/db5/share/xsl/freebsd-fo.xsl	Mon Jul 22 03:57:40 2013	(r42368)
+++ projects/db5/share/xsl/freebsd-fo.xsl	Mon Jul 22 07:31:58 2013	(r42369)
@@ -510,6 +510,9 @@
     <fo:inline id="{$id}">&#x200b;</fo:inline>
   </xsl:template>
 
+  <!-- Suppress list titles -->
+  <xsl:template match="db:title" mode="list.title.mode"/>
+
 <!--
 	TITLEPAGE TEMPLATES
 -->


More information about the svn-doc-projects mailing list