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"
       )
     }