From 13499dcc788626c3373828fec6fee58b8f59fcea Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Thu, 12 Sep 2024 14:16:51 +0200 Subject: [PATCH] change single to double quotes in crossref xml --- scipost_django/journals/templates/xml/publication_crossref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_django/journals/templates/xml/publication_crossref.html b/scipost_django/journals/templates/xml/publication_crossref.html index e417c09f4..e60192788 100644 --- a/scipost_django/journals/templates/xml/publication_crossref.html +++ b/scipost_django/journals/templates/xml/publication_crossref.html @@ -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 %} -- GitLab