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 (docxml) %w(copyright license legal feedback).each do |t| (docxml, t) end coverpage_note_cleanup(docxml) end |