SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 045aded8 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add closing slash to anonymous

parent 5974e9cc
No related branches found
No related tags found
No related merge requests found
...@@ -1129,7 +1129,7 @@ def generic_metadata_xml_deposit(request, **kwargs): ...@@ -1129,7 +1129,7 @@ def generic_metadata_xml_deposit(request, **kwargs):
if _object.anonymous: if _object.anonymous:
metadata_xml += ( metadata_xml += (
'<anonymous sequence="first" contributor_role="' '<anonymous sequence="first" contributor_role="'
+ relation_to_published['contributor_role'] + '">' + relation_to_published['contributor_role'] + '"/>'
) )
else: else:
metadata_xml += ( metadata_xml += (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment