Skip to content

Commit 5d4946b

Browse files
committed
fix CRAN note (HTML validation problems)
1 parent 5816b65 commit 5d4946b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fresh
22
Title: Create Custom 'Bootstrap' Themes to Use in 'Shiny'
3-
Version: 0.2.1
3+
Version: 0.2.1.9000
44
Authors@R: c(
55
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre", "cph")),
66
person("Fanny", "Meyer", role = "aut"),
@@ -32,6 +32,6 @@ Suggests:
3232
rmarkdown,
3333
testthat (>= 2.1.0),
3434
covr
35-
RoxygenNote: 7.3.1
35+
RoxygenNote: 7.3.2
3636
Roxygen: list(markdown = TRUE)
3737
VignetteBuilder: knitr

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rd_col <- function(color, label = color) {
4343
color
4444
)
4545
sprintf(
46-
"\\ifelse{html}{\\out{<span style='%s'></span>%s}}{%s}",
46+
"\\ifelse{html}{\\out{<span style='%s'>&nbsp;</span>%s}}{%s}",
4747
style, label, label
4848
)
4949
}

0 commit comments

Comments
 (0)