lib/isodoc/ribose/html_convert.rb in metanorma-ribose-2.2.7 vs lib/isodoc/ribose/html_convert.rb in metanorma-ribose-2.2.8
- old
+ new
@@ -12,18 +12,12 @@
def configuration
Metanorma::Ribose.configuration
end
def make_body3(body, docxml)
- body.div **{ class: "main-section" } do |div3|
+ body.div class: "main-section" do |div3|
boilerplate docxml, div3
- preface_block docxml, div3
- abstract docxml, div3
- foreword docxml, div3
- executivesummary docxml, div3
- introduction docxml, div3
- preface docxml, div3
- acknowledgements docxml, div3
+ front docxml, div3
middle docxml, div3
footnotes div3
comments div3
end
end