lib/utils/xml.rb in metanorma-utils-1.4.8 vs lib/utils/xml.rb in metanorma-utils-1.4.9

- old
+ new

@@ -89,10 +89,10 @@ # all element/attribute pairs that are ID anchors in Metanorma def anchor_attributes [%w[* id], %w[* bibitemid], %w[review from], %w[review to], %w[index to], %w[xref target], - %w[callout target]] + %w[callout target], %w[location target]] end end end end