mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
*
This commit is contained in:
parent
d8f7801e8d
commit
31a118cbfc
@ -658,6 +658,7 @@ func RecursiveFun(parent_id int,prefix,dpath string,c *DocumentController,book
|
|||||||
beego.Error(err)
|
beego.Error(err)
|
||||||
c.Abort("500")
|
c.Abort("500")
|
||||||
}
|
}
|
||||||
|
beego.Info(fpath,html)
|
||||||
f.WriteString(html)
|
f.WriteString(html)
|
||||||
f.Close()
|
f.Close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user