lib/openehr/parser/adl_grammar.tt in openehr-1.2.13 vs lib/openehr/parser/adl_grammar.tt in openehr-1.2.14
- old
+ new
@@ -157,10 +157,10 @@
:original_resource_uri => attrs['original_resource_uri'],
:other_details => attrs['other_details'])
details[lang] = item
end
oc = params['other_contributors']
- if oc.instance_of? Hash
+ if oc.instance_of? Hash
oc = oc.values
end
OpenEHR::RM::Common::Resource::ResourceDescription.new(
:original_author => params['original_author'],
:other_contributors => oc,