lib/relaton/render/fields.rb in metanorma-iho-0.6.8.1 vs lib/relaton/render/fields.rb in metanorma-iho-0.6.9

- old
+ new

@@ -10,10 +10,10 @@ end or hash[:edition] = nil end def misc_fields_format(hash) super - hash[:standardidentifier].map! do |x| + hash[:authoritative_identifier].map! do |x| x.sub(/^IHO /, "") end hash end end