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 b1be1aa commit 81bcdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asciidoctor/csa/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def title_validate(root)
end

def doctype(node)
d = node.attr('doctype')
d = super
unless %w{guidance proposal standard report whitepaper charter policy
glossary case-study}.include? d
@log.add("Document Attributes", nil,
Expand Down

0 comments on commit 81bcdf0

Please sign in to comment.