forked from MarseyWorld/MarseyWorld
dfs
parent
a1c94e8869
commit
35225ea1b4
|
@ -706,7 +706,7 @@ def edit_comment(cid, v):
|
|||
|
||||
g.db.commit()
|
||||
|
||||
return c.body_html + c.options_html(v)
|
||||
return c.realbody(v) + c.options_html(v)
|
||||
|
||||
|
||||
@app.post("/delete/comment/<cid>")
|
||||
|
|
Loading…
Reference in New Issue