lib/relaton_ietf/bibxml_parser.rb in relaton-ietf-1.10.3 vs lib/relaton_ietf/bibxml_parser.rb in relaton-ietf-1.10.4
- old
+ new
@@ -22,9 +22,10 @@
#
def pubid_type(id)
type = super
case type
when "BCP", "FYI", "STD", "RFC" then "RFC"
+ when "Internet-Draft" then type
else "IETF"
end
end
# @param [RelatonBib::WorkGroup]