diff --git a/files/routes/comments.py b/files/routes/comments.py index 07519d3d6..b8c2344d2 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -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/")