mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
fix bug
This commit is contained in:
parent
02c291bd65
commit
86453ce7c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user