You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: inst/apps/158-input-labels/app.R
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ row <- function(w1, w2) {
9
9
fluidRow(column2(w1), column2(w2))
10
10
}
11
11
12
-
label_initial<-"An <i>escaped</i> Label"
12
+
label_initial<-HTML("An <i>escaped</i> Label")
13
13
14
14
ui<- fluidPage(
15
15
p("Everytime you click on the button below, it should add labels to the column that doesn't (currently) have labels, and remove labels from the column that does (currently) have labels. Every label should say: '", tags$b(label_initial, .noWS="outside"), "'."),
@@ -135,7 +135,7 @@ server <- function(input, output, session) {
0 commit comments