Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 07:31:58 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-projects@freebsd.org
Subject:   svn commit: r42369 - projects/db5/share/xsl
Message-ID:  <201307220731.r6M7VwDA068463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 -->



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307220731.r6M7VwDA068463>