Method: IsoDoc::WordFunction::Postprocess#authority_cleanup

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

#authority_cleanup(docxml) ⇒ Object



70
71
72
73
74
75
# File 'lib/isodoc/word_function/postprocess_cover.rb', line 70

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