metanorma-un 0.12.8 → 0.12.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ module IsoDoc
59
59
  end
60
60
 
61
61
  def make_body(xml, docxml)
62
- plenary = is_plenary?(docxml)
62
+ plenary = plenary?(docxml)
63
63
  if plenary &&
64
64
  @wordcoverpage == html_doc_path("word_unece_titlepage.html")
65
65
  @wordcoverpage = html_doc_path("word_unece_plenary_titlepage.html")