summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-08 17:33:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-08 17:33:41 -0700
commite89183b682bd81a974f48f8f9177674020996562 (patch)
tree883fb02aa228941fb34e1ec35e5dcd3c00b01552
parent251ae8ac450171ba9b868c9173e6cc0b50a569bc (diff)
xorg.xsl: make index links point to the indexterm location
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xorg.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg.xsl b/xorg.xsl
index eaa05dc..0adcdf1 100644
--- a/xorg.xsl
+++ b/xorg.xsl
@@ -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>