lib/isodoc/presentation_function/section.rb in isodoc-1.5.1 vs lib/isodoc/presentation_function/section.rb in isodoc-1.5.2

- old
+ new

@@ -45,10 +45,10 @@ def references(docxml) end def index(docxml) - docxml.xpath(ns("//index | //index-xref")).each do |f| + docxml.xpath(ns("//index | //index-xref | //indexsect")).each do |f| f.remove end end end end