diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-08 17:33:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-08 17:33:41 -0700 |
commit | e89183b682bd81a974f48f8f9177674020996562 (patch) | |
tree | 883fb02aa228941fb34e1ec35e5dcd3c00b01552 | |
parent | 251ae8ac450171ba9b868c9173e6cc0b50a569bc (diff) |
xorg.xsl: make index links point to the indexterm location
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xorg.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,4 +37,7 @@ DEALINGS IN THE SOFTWARE. <xsl:param name="abstract.notitle.enabled" select="1"/> <xsl:param name="variablelist.as.table" select="1"/> <xsl:param name="use.svg" select="1"/> + + <!-- Index links should point to indexterm location, not start of section --> + <xsl:param name="index.links.to.section" select="0"/> </xsl:stylesheet> |