From 982cfb7da4ba79dfba98feff11a2a776bb100da7 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 28 Nov 2009 02:17:05 +0000 Subject: [PATCH] Fix bug #2896909 where duplicate @sortas on indexterms caused some indexterms to drop out of index. --- xsl/common/entities.ent | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/xsl/common/entities.ent b/xsl/common/entities.ent index a7632aa1a..e7d0f50eb 100644 --- a/xsl/common/entities.ent +++ b/xsl/common/entities.ent @@ -16,9 +16,16 @@ - - - + + + + + @@ -57,4 +64,4 @@ parent::refsynopsisdiv|parent::sect1|parent::sect2|parent::sect3|parent::sect4| parent::sect5|parent::section|parent::setindex|parent::sidebar| parent::simplesect|parent::taskprerequisites|parent::taskrelated| - parent::tasksummary|parent::warning"> \ No newline at end of file + parent::tasksummary|parent::warning"> -- 2.50.1