mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
Merge pull request #993 from ufal/DS-2658
DS-2658: Fix wrong mapping for dc metadata in html head
This commit is contained in:
@@ -63,7 +63,7 @@ dc.relation.requires = DCTERMS.requires
|
||||
dc.relation.replaces = DCTERMS.replaces
|
||||
dc.relation.isreplacedby = DCTERMS.isReplacedBy
|
||||
dc.relation.uri = DC.relation,DCTERMS.URI
|
||||
dc.rights = DC.relation
|
||||
dc.rights = DC.rights
|
||||
dc.rights.uri = DC.rights,DCTERMS.URI
|
||||
dc.source = DC.source
|
||||
dc.source.uri = DC.source,DCTERMS.URI
|
||||
@@ -74,4 +74,4 @@ dc.subject.lcsh = DC.subject,DCTERMS.LCSH
|
||||
dc.subject.mesh = DC.subject,DCTERMS.MESH
|
||||
dc.title = DC.title
|
||||
dc.title.alternative = DCTERMS.alternative
|
||||
dc.type = DC.type
|
||||
dc.type = DC.type
|
||||
|
Reference in New Issue
Block a user