Merge pull request #796 from mikelove/patch-1

flowLayout's man page: % needs to be escaped
This commit is contained in:
Joe Cheng
2015-04-14 09:03:15 -07:00

View File

@@ -309,7 +309,7 @@ verticalLayout <- function(..., fluid = TRUE) {
#' Lays out elements in a left-to-right, top-to-bottom arrangement. The elements
#' on a given row will be top-aligned with each other. This layout will not work
#' well with elements that have a percentage-based width (e.g. `plotOutput` at
#' its default setting of `width = "100%"`).
#' its default setting of `width = "100\%"`).
#'
#' @param ... Unnamed arguments will become child elements of the layout. Named
#' arguments will become HTML attributes on the outermost tag.