Method: IsoDoc::HtmlFunction::Html#make_body2

Defined in:
lib/isodoc/html_function/html.rb

#make_body2(body, docxml) ⇒ Object



13
14
15
16
17
18
# File 'lib/isodoc/html_function/html.rb', line 13

def make_body2(body, docxml)
  body.div **{ class: "prefatory-section" } do |div2|
    div2.p { |p| p << "&nbsp;" } # placeholder
  end
  section_break(body)
end