Skip to content

Commit

Permalink
Tweak. Spotted by Yihui Xie.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87190 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Sep 25, 2024
1 parent 7b9e7d2 commit 0c77fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/tools/R/Rd2HTML.R
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ function(dir)
gsub(sprintf("<https://replace.me.by.orcid.org/(%s)>",
.ORCID_iD_regexp),
paste0("<a href=\"https://orcid.org/\\1\">",
"<img alt=\"ORCID iD\"",
"<img alt=\"ORCID iD\" ",
if(dynamic)
"src=\"/doc/html/orcid.svg\" "
else
Expand Down

0 comments on commit 0c77fc4

Please sign in to comment.