Skip to content

Commit

Permalink
better title behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny committed Dec 7, 2024
1 parent 305dd63 commit 071c341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/embed_external.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bs_new_embed_external <- function(uri, title, description, thumb) {
if (!is.na(details[['title']])) {
title <- details[['title']]
} else {
cli::cli_abort('{.arg title} must not be missing.')
title <- ''
}
}

Expand Down

0 comments on commit 071c341

Please sign in to comment.