mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Merge remote-tracking branch 'origin/master' into feature/bootstrap-layout
This commit is contained in:
4
R/tags.R
4
R/tags.R
@@ -229,9 +229,9 @@ renderTags <- function(ui, singletons = character(0)) {
|
||||
uiHTML <- paste(textConnectionValue(textConn), collapse = "\n")
|
||||
close(textConn)
|
||||
|
||||
return(list(head = paste(context$head, collapse = "\n"),
|
||||
return(list(head = HTML(paste(context$head, collapse = "\n")),
|
||||
singletons = context$singletons,
|
||||
html = uiHTML))
|
||||
html = HTML(uiHTML)))
|
||||
}
|
||||
|
||||
# environment used to store all available tags
|
||||
|
||||
Reference in New Issue
Block a user