Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 70da87d

Browse files
committed
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.
1 parent cd6baed commit 70da87d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/stylesheet-common.xsl

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<xsl:param name="punct.honorific" select="''"></xsl:param>
4040
<xsl:param name="variablelist.term.break.after">1</xsl:param>
4141
<xsl:param name="variablelist.term.separator"></xsl:param>
42+
<xsl:param name="xref.with.number.and.title" select="0"></xsl:param>
4243

4344

4445
<!-- Change display of some elements -->

0 commit comments

Comments
 (0)