aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-07-22 07:31:58 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-07-22 07:31:58 +0000
commit01d03772d70a057360faae870acd25318bc7d7f9 (patch)
treec841f50e37b5331c19b7579ccfedc4c13cbc1a0e
parent04740982cc1806b9d837eb2a9c21f668dbc68843 (diff)
downloaddoc-01d03772d70a057360faae870acd25318bc7d7f9.tar.gz
doc-01d03772d70a057360faae870acd25318bc7d7f9.zip
- 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.
Notes
Notes: svn path=/projects/db5/; revision=42369
-rw-r--r--share/xsl/freebsd-fo.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/xsl/freebsd-fo.xsl b/share/xsl/freebsd-fo.xsl
index 6d7f46293f..1619ef8200 100644
--- a/share/xsl/freebsd-fo.xsl
+++ b/share/xsl/freebsd-fo.xsl
@@ -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
-->