diff --git a/core/util.lua b/core/util.lua index 39c6a97..88de015 100644 --- a/core/util.lua +++ b/core/util.lua @@ -4,7 +4,7 @@ local symbol = require("core.symbol") local M = {} function M.cc(tbl) - return table.concat(tbl) + return table.concat(tbl, "\n") end function M.copyright(link, holder)