1 Commits
main ... doc

Author SHA1 Message Date
f37c3e0e53 fix: util.cc concat with \n 2025-12-14 20:29:45 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Documentation</title>
<title>Documentation Title</title>
<style>
html, body {
min-height: 100%;