Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Sep 18, 2024
1 parent 342be6c commit 500f6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tt_export.R
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ theme_html_default <- function(font = "Courier",
# Special bottom and top for when there is no empty row
raw_header <- flx$header$content$data # HACK xxx
extracted_header <- NULL
for (ii in seq(nrow(raw_header))) {
for (ii in seq_len(nrow(raw_header))) {
extracted_header <- rbind(
extracted_header,
sapply(raw_header[ii, ], function(x) x$txt)
Expand Down

0 comments on commit 500f6a9

Please sign in to comment.