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