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 8777627 commit 93ea332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asciidoctor/itu/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def makexml(node)
end

def doctype(node)
ret = node.attr("doctype") || "recommendation"
ret = super || "recommendation"
ret = "recommendation" if ret == "article"
ret
end
Expand Down

0 comments on commit 93ea332

Please sign in to comment.