Skip to content

Commit

Permalink
add htmltools namespace to tags$span
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Apr 9, 2019
1 parent d6febea commit 38aca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/input_r.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ${name}Input <- function(inputId, default = "") {
),
default,
list(),
tags$span
htmltools::tags$span
)
}

Expand Down

0 comments on commit 38aca8b

Please sign in to comment.