Whitespace-only fixes.

This commit is contained in:
Warren Block 2016-02-27 19:48:58 +00:00
parent 1ed8c4b195
commit 58cc04df6c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48284

View file

@ -4,9 +4,9 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:db="http://docbook.org/ns/docbook"
exclude-result-prefixes="db"
version="1.0">
xmlns:db="http://docbook.org/ns/docbook"
exclude-result-prefixes="db"
version="1.0">
<!-- Pull in the base stylesheets -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/fo/docbook.xsl"/>
@ -354,12 +354,12 @@
<xsl:choose>
<xsl:when test="$placement = 'before' and local-name($object) != 'example'">
<xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
<xsl:attribute name="space-before.minimum">12pt</xsl:attribute>
<xsl:attribute name="space-before.optimum">12pt</xsl:attribute>
<xsl:attribute name="space-before.maximum">12pt</xsl:attribute>
<xsl:attribute name="space-after.minimum">0</xsl:attribute>
<xsl:attribute name="space-after.optimum">0</xsl:attribute>
<xsl:attribute name="space-after.maximum">0</xsl:attribute>
<xsl:attribute name="space-before.minimum">12pt</xsl:attribute>
<xsl:attribute name="space-before.optimum">12pt</xsl:attribute>
<xsl:attribute name="space-before.maximum">12pt</xsl:attribute>
<xsl:attribute name="space-after.minimum">0</xsl:attribute>
<xsl:attribute name="space-after.optimum">0</xsl:attribute>
<xsl:attribute name="space-after.maximum">0</xsl:attribute>
</xsl:when>
<xsl:when test="$placement = 'after'">
@ -405,7 +405,7 @@
<fo:basic-link external-destination="url({$xhref})">
<fo:inline color="{$link.color}">
<xsl:apply-templates/>
<xsl:apply-templates/>
</fo:inline>
</fo:basic-link>
</xsl:template>
@ -463,7 +463,7 @@
retrieve-class-name="section.head.marker"
retrieve-position="first-including-carryover"
retrieve-boundary="page-sequence"/>
</xsl:if>
</xsl:if>
</xsl:when>
</xsl:choose>
</fo:block>
@ -575,7 +575,7 @@
<fo:basic-link external-destination="url({$href})">
<fo:inline color="blue">
<xsl:value-of select="$rev"/>
<xsl:value-of select="$rev"/>
</fo:inline>
</fo:basic-link>
</xsl:template>