remotes/1693045480750635534/spooky-22
Aevann1 2021-09-03 16:09:31 +02:00
parent 72ed82df63
commit 1131cda5dd
1 changed files with 1 additions and 1 deletions

View File

@ -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"<img loading="lazy" src={image_url}/><br/>{post.body_html}"))
text(html.escape(f'<img loading="lazy" src={image_url}/><br/>{post.body_html}'))
return Response( "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"+ doc.getvalue(), mimetype="application/xml")