Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f37c3e0e53 |
@@ -4,7 +4,7 @@ local symbol = require("core.symbol")
|
|||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
function M.cc(tbl)
|
function M.cc(tbl)
|
||||||
return table.concat(tbl)
|
return table.concat(tbl, "\n")
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.copyright(link, holder)
|
function M.copyright(link, holder)
|
||||||
|
|||||||
Reference in New Issue
Block a user