lib/isodoc/csd/base_convert.rb in metanorma-csd-1.3.0 vs lib/isodoc/csd/base_convert.rb in metanorma-csd-1.3.1
- old
+ new
@@ -16,17 +16,9 @@
name&.children&.each { |c2| parse(c2, b) }
end
end
end
- def term_defs_boilerplate(div, source, term, preface)
- if source.empty? && term.nil?
- div << @no_terms_boilerplate
- else
- div << term_defs_boilerplate_cont(source, term)
- end
- end
-
def i18n_init(lang, script)
super
@annex_lbl = "Appendix"
end