Skip to content

Commit 36eb9b6

Browse files
committed
avoid partial matching of the argument 'stylesheet'
1 parent b32724c commit 36eb9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/html_dependencies.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ html_dependency_anchor_sections <- function() {
131131
version = "1.0",
132132
src = pkg_file("rmd/h/anchor-sections"),
133133
script = "anchor-sections.js",
134-
style = "anchor-sections.css")
134+
stylesheet = "anchor-sections.css")
135135
}
136136

137137
# analyze navbar html source for icon dependencies

0 commit comments

Comments
 (0)