Skip to content

Commit 38aca8b

Browse files
add htmltools namespace to tags$span
1 parent d6febea commit 38aca8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/templates/input_r.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ${name}Input <- function(inputId, default = "") {
2020
),
2121
default,
2222
list(),
23-
tags$span
23+
htmltools::tags$span
2424
)
2525
}
2626

0 commit comments

Comments
 (0)