1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-19 18:08:21 +01:00
This commit is contained in:
lxsang 2020-09-01 17:38:55 +02:00
parent 02c291bd65
commit 86453ce7c0

View File

@ -105,7 +105,7 @@ function DocController:index(...)
end
if path and ulib.exists(path) then
local file = io.open(path, "r")
local content = = ""
local content = ""
local md = require("md")
local callback = function(s)
content = content..s