Method: IsoDoc::HtmlFunction::Html#authority_cleanup

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

#authority_cleanup(docxml) ⇒ Object



62
63
64
65
66
67
# File 'lib/isodoc/html_function/postprocess_cover.rb', line 62

def authority_cleanup(docxml)
  %w(copyright license legal feedback).each do |t|
    authority_cleanup1(docxml, t)
  end
  coverpage_note_cleanup(docxml)
end