diff options
Diffstat (limited to 'doc/src/sgml/stylesheet-html-common.xsl')
-rw-r--r-- | doc/src/sgml/stylesheet-html-common.xsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet-html-common.xsl b/doc/src/sgml/stylesheet-html-common.xsl index 7f541c09885..9dcf96c02e5 100644 --- a/doc/src/sgml/stylesheet-html-common.xsl +++ b/doc/src/sgml/stylesheet-html-common.xsl @@ -441,6 +441,10 @@ set toc,title <!-- from html/autoidx.xsl --> +<xsl:key name="primaryonly" + match="indexterm" + use="normalize-space(primary)"/> + <xsl:template match="indexterm" mode="index-primary"> <xsl:param name="scope" select="."/> <xsl:param name="role" select="''"/> |