Skip to content
Permalink
Browse files

Remove quote characters enforcing strict ORCID search

  • Loading branch information...
arthurpsmith committed Aug 22, 2019
1 parent cafdd27 commit b8b36abb0555a9a3a2358df0b1a29af1db2633d8
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/display_code.php
@@ -10,7 +10,7 @@ function wikidata_link ( $q, $text, $color ) {
}
function getORCIDurl ( $s ) {
return "https://orcid.org/orcid-search/quick-search?searchQuery=%22" . urlencode($s) . "%22" ;
return "https://orcid.org/orcid-search/quick-search?searchQuery=" . urlencode($s) ;
}
function print_footer () {

1 comment on commit b8b36ab

@Daniel-Mietchen

This comment has been minimized.

Please sign in to comment.
You can’t perform that action at this time.