Skip to content

Commit

Permalink
fixed error in Collapses example
Browse files Browse the repository at this point in the history
  • Loading branch information
ebailey78 committed Mar 11, 2015
1 parent 66a89dc commit c316cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/Collapses.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#' bsCollapsePanel("Panel 1", "This is a panel with just text ",
#' "and has the default style. You can change the style in ",
#' "the sidebar.", style = "info"),
#' bsCollapsePanel("Panel 2", "This panel has a generic plot. "
#' bsCollapsePanel("Panel 2", "This panel has a generic plot. ",
#' "and a 'success' style.", plotOutput("genericPlot"), style = "success")
#' )
#' )
Expand Down
2 changes: 1 addition & 1 deletion man/Collapses.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ shinyApp(
bsCollapsePanel("Panel 1", "This is a panel with just text ",
"and has the default style. You can change the style in ",
"the sidebar.", style = "info"),
bsCollapsePanel("Panel 2", "This panel has a generic plot. "
bsCollapsePanel("Panel 2", "This panel has a generic plot. ",
"and a 'success' style.", plotOutput("genericPlot"), style = "success")
)
)
Expand Down

0 comments on commit c316cf5

Please sign in to comment.