Skip to content

Commit

Permalink
remove extra whitespace from database vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 23, 2024
1 parent 6b568c0 commit 63e9890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/database.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tbl <- lapply(db, function(x) {
pathogen = x$pathogen,
epi_dist = x$epi_dist,
url = paste0(
"<a href=\"https://doi.org/", x$citation$doi, "\">",
"<a href=\"https://doi.org/", x$citation$doi, "\">",
x$citation$doi, "</a>"
)
)
Expand Down

0 comments on commit 63e9890

Please sign in to comment.