commit | c83eb632ab97aa33ea9d638e7019b5e51966af7b | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Oct 10 14:11:08 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Oct 10 14:11:08 2017 -0400 |
tree | 915b81c932866bf1b9a34af348c52dc25a953ddd | |
parent | 9c18fd8ac6e5c7730101889c4e875daae069637c [diff] [blame] |
remove star
diff --git a/R/kable_styling.R b/R/kable_styling.R index 76232dd..e11ab5c 100644 --- a/R/kable_styling.R +++ b/R/kable_styling.R
@@ -344,7 +344,7 @@ "\\bottomrule\n", "\\multicolumn{", table_info$ncol, "}{r@{}}{", bottom_text, "}\\\n", "\\endfoot\n", - "*\\bottomrule\n", + "\\bottomrule\n", "\\endlastfoot" ) }