dfs
This commit is contained in:
parent
8d5c7164a1
commit
1e28e6afc4
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ def edit_comment(cid, v):
|
||||||
|
|
||||||
g.db.commit()
|
g.db.commit()
|
||||||
|
|
||||||
return c.body_html + c.options_html(v)
|
return c.realbody(v) + c.options_html(v)
|
||||||
|
|
||||||
|
|
||||||
@app.post("/delete/comment/<cid>")
|
@app.post("/delete/comment/<cid>")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue