diff options
author | Peter Eisentraut | 2017-04-03 14:50:32 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-04-03 14:50:32 +0000 |
commit | 70da87d334ebe14fbbefe98827df5a8e1400444e (patch) | |
tree | f7048855bcfb0e320b0cc28a71b3f76894a5bd65 | |
parent | cd6baed78150e107eb858dbd53ddf900dd429f50 (diff) |
doc: Change xref style to number only
Change the style of links generated by xrefs to section number only, as
it was with DSSSL, instead of number and title, as is the default of the
XSLT stylesheets.
Our documentation is mostly written expecting the old style, so keep
that for the time being, per discussion.
-rw-r--r-- | doc/src/sgml/stylesheet-common.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index 3d0651a823..658a5ac5e1 100644 --- a/doc/src/sgml/stylesheet-common.xsl +++ b/doc/src/sgml/stylesheet-common.xsl @@ -39,6 +39,7 @@ <xsl:param name="punct.honorific" select="''"></xsl:param> <xsl:param name="variablelist.term.break.after">1</xsl:param> <xsl:param name="variablelist.term.separator"></xsl:param> +<xsl:param name="xref.with.number.and.title" select="0"></xsl:param> <!-- Change display of some elements --> |