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:
Yihui Xie
2014-01-10 20:54:28 -06:00
parent 6759df52c3
commit 06d2df8211
3 changed files with 11 additions and 7 deletions

View File

@@ -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"),