From 07631601e6602bc49b8eac3aab9d2b35968d3e7a Mon Sep 17 00:00:00 2001 From: bobstayton Date: Sat, 14 Jul 2018 08:12:42 -0700 Subject: [PATCH] fix issue #54 autoidx does not respect generate.consistent.ids --- xsl/fo/autoidx.xsl | 13 ++++++++++--- xsl/html/autoidx.xsl | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/xsl/fo/autoidx.xsl b/xsl/fo/autoidx.xsl index 909e112f1..864e0030f 100644 --- a/xsl/fo/autoidx.xsl +++ b/xsl/fo/autoidx.xsl @@ -296,7 +296,8 @@ - + ientry- + @@ -791,7 +792,10 @@ - + ientry- + + + @@ -853,7 +857,10 @@ - + ientry- + + + diff --git a/xsl/html/autoidx.xsl b/xsl/html/autoidx.xsl index 62fca6176..d0373d82a 100644 --- a/xsl/html/autoidx.xsl +++ b/xsl/html/autoidx.xsl @@ -307,7 +307,8 @@ - + ientry- + @@ -730,7 +731,10 @@ - + #ientry- + + + @@ -789,7 +793,10 @@ - + #ientry- + + + -- 2.40.0