mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
fixes #90: textOuput() can be put in any tag now
for the example, we use <span>, which is allowed in <h3>
This commit is contained in:
@@ -24,7 +24,7 @@ shinyUI(fluidPage(
|
||||
# Show the caption, a summary of the dataset and an HTML
|
||||
# table with the requested number of observations
|
||||
mainPanel(
|
||||
h3(textOutput("caption")),
|
||||
h3(textOutput("caption", container = span)),
|
||||
|
||||
verbatimTextOutput("summary"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user