Skip to content
Permalink
Browse files
Update to import plugin to fix DOI import issue. #439
  • Loading branch information
wfyson committed Feb 2, 2017
1 parent a2e6d94 commit 24de2fc05604aa7f0d34677ed2eb470e4f425a9d
Showing with 1 addition and 1 deletion.
  1. +1 −1 perl_lib/EPrints/Plugin/Import/DOI.pm
@@ -95,7 +95,7 @@ sub input_text_fh
id => $doi,
);

my $url = URI->new( "http://www.crossref.org/openurl" );
my $url = URI->new( "http://doi.crossref.org/openurl" );
$url->query_form( %params );

my $dom_doc;

0 comments on commit 24de2fc

Please sign in to comment.