app/views/manifestations/_show.rdf.builder in enju_biblio-0.1.0.pre55 vs app/views/manifestations/_show.rdf.builder in enju_biblio-0.1.0.pre56

- old
+ new

@@ -76,13 +76,13 @@ end end xml.abstract manifestation.description xml.note manifestation.note manifestation.identifier_contents(:isbn).each do |i| - xml.identifier i, :type => 'isbn' + xml.identifier i, type: 'isbn' end manifestation.identifier_contents(:lccn).each do |l| - xml.identifier l, :type => 'lccn' + xml.identifier l, type: 'lccn' end xml.recordInfo{ xml.recordCreationDate manifestation.created_at xml.recordChangeDate manifestation.updated_at xml.recordIdentifier manifestation_url(manifestation)