From 761c757f5cf6c70f9bd86a360f3ac97d8122bac0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Oct 2021 13:36:18 +0200 Subject: [PATCH] dfsfsd --- files/routes/feeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/feeds.py b/files/routes/feeds.py index 6a1fb8137..36af0034c 100644 --- a/files/routes/feeds.py +++ b/files/routes/feeds.py @@ -62,6 +62,6 @@ def feeds_user(sort='hot', t='all'): if len(post.body_html) > 0: with tag("content", type="html"): - text(html.escape(f'
{post.body_html}')) + doc.cdata(f'
{post.body_html}') return Response( ""+ doc.getvalue(), mimetype="application/xml") \ No newline at end of file