commit | 9c18fd8ac6e5c7730101889c4e875daae069637c | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Oct 10 14:08:43 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Oct 10 14:08:43 2017 -0400 |
tree | 6e878ed816161ff1efc1ac67b2148c59272832c1 | |
parent | e7c8f70503a09def230f96a5e98ab1ac388623ac [diff] [blame] |
ops...
diff --git a/R/kable_styling.R b/R/kable_styling.R index 4a3850c..76232dd 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -333,7 +333,7 @@ x <- x[-index_bottomrule] if (repeat_header_continued == FALSE) { - bottom_part <- "\\endfoot\n*\\bottomrule\n\\endlastfoot" + bottom_part <- "\\endfoot\n\\bottomrule\n\\endlastfoot" } else { if (repeat_header_continued == TRUE) { bottom_text <- "\\textit{(continued \\ldots)}"