lib/isodoc/presentation_function/terms.rb in isodoc-2.11.2 vs lib/isodoc/presentation_function/terms.rb in isodoc-2.11.3

- old
+ new

@@ -7,10 +7,9 @@ docxml.xpath(ns("//deprecates")).each { |d| deprecates(d) } docxml.xpath(ns("//admitted")).each { |d| admits(d) } end def deprecates(elem) - #elem.children.first.previous = @i18n.l10n("#{@i18n.deprecated}: ") elem.add_first_child @i18n.l10n("#{@i18n.deprecated}: ") end def admits(elem); end