Skip to content

Commit

Permalink
normalise doctype: metanorma/mn-samples-mpfa#44
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 15, 2020
1 parent 26b991a commit 3dbde61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asciidoctor/un/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def makexml(node)
end

def doctype(node)
d = node.attr("doctype")
d = super
unless %w{plenary recommendation addendum communication corrigendum
reissue agenda budgetary sec-gen-notes expert-report resolution
plenary-attachment}.include? d
Expand Down

0 comments on commit 3dbde61

Please sign in to comment.