lib/isodoc/iso/base_convert.rb in metanorma-iso-2.7.7 vs lib/isodoc/iso/base_convert.rb in metanorma-iso-2.7.8

- old
+ new

@@ -199,9 +199,18 @@ end end end end + def table_cleanup(docxml) + super + docxml.xpath("//tfoot/div[@class = 'figdl']/p[@class = 'ListTitle']") + .each do |p| + p["align"] = "left" + end + docxml + end + def convert_i18n_init(docxml) super update_i18n(docxml) end end