Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10da72a1f6 | |||
| 522cbdece8 |
@@ -4,7 +4,7 @@ local symbol = require("core.symbol")
|
||||
local M = {}
|
||||
|
||||
function M.cc(tbl)
|
||||
return table.concat(tbl, "\n")
|
||||
return table.concat(tbl)
|
||||
end
|
||||
|
||||
function M.copyright(link, holder)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Documentation Title</title>
|
||||
<title>Documentation</title>
|
||||
<style>
|
||||
html, body {
|
||||
min-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user