From 1131cda5dd1128b7897f252f6cf4283971fad0b6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 3 Sep 2021 16:09:31 +0200 Subject: [PATCH] fd --- 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 2d0b36d81..103b8e261 100644 --- a/files/routes/feeds.py +++ b/files/routes/feeds.py @@ -64,6 +64,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}")) + text(html.escape(f'
{post.body_html}')) return Response( ""+ doc.getvalue(), mimetype="application/xml") \ No newline at end of file