Compare commits
2 Commits
c3e00af747
...
985e850421
| Author | SHA1 | Date | |
|---|---|---|---|
| 985e850421 | |||
| f7379e3d1b |
@@ -171,7 +171,7 @@ htmlRemoveBoxTitle <- function(box, removeHeader = FALSE) {
|
|||||||
} else {
|
} else {
|
||||||
htmltools::tagQuery(box)$
|
htmltools::tagQuery(box)$
|
||||||
find(".box-title")$
|
find(".box-title")$
|
||||||
replace(htmltools::tags$span(htmltools::HTML(" ")))$
|
replace(htmltools::tags$span())$
|
||||||
allTags()
|
allTags()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user