SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 13499dcc authored by George Katsikas's avatar George Katsikas :goat:
Browse files

change single to double quotes in crossref xml

parent 6ae584e7
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@
{% if publication.metadata.citation_list %}
<citation_list>
{% for ref in publication.metadata.citation_list %}
<citation key='{{ ref.key }}'>
<citation key="{{ ref.key }}">
<doi>{{ ref.doi }}</doi>
</citation>
{% endfor %}
......
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