From 35225ea1b4c0a28bd7c0cd1c504451939bde121d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 19 Jan 2022 16:06:27 +0200 Subject: [PATCH] dfs --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/")