Skip to content
Snippets Groups Projects
Commit e80b4b02 authored by Batsien Doreau's avatar Batsien Doreau
Browse files

fix DOI -> doi for RG_format

parent d21eab7e
No related branches found
No related tags found
No related merge requests found
......@@ -582,6 +582,7 @@ def text_format_rg(request):
pp = pp.replace(",","")
pp = pp.strip()
rest_publi = rest_publi[z:]
rest_publi = rest_publi.replace("DOI","doi")
print ("rest_publi 4 :"+rest_publi)
......
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