diff options
Diffstat (limited to 'share/xsl/freebsd-fo.xsl')
-rw-r--r-- | share/xsl/freebsd-fo.xsl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/xsl/freebsd-fo.xsl b/share/xsl/freebsd-fo.xsl index 725ed0a268..be0987069b 100644 --- a/share/xsl/freebsd-fo.xsl +++ b/share/xsl/freebsd-fo.xsl @@ -11,6 +11,9 @@ <!-- Pull in the base stylesheets --> <xsl:import href="/usr/local/share/xsl/docbook/fo/docbook.xsl"/> + <!-- Include the common customizations --> + <xsl:include href="freebsd-common.xsl"/> + <!-- Redefine variables, and replace templates as necessary here --> <xsl:param name="freebsd.output.print" @@ -22,10 +25,6 @@ <xsl:param name="freebsd.output.print.twoside" select="'0'"/> - <!-- Include the common stylesheets --> - - <xsl:include href="freebsd-common.xsl"/> - <!-- FO specific customisation goes here --> <xsl:param name="use.extensions" select="1"/> |