remotes/1693045480750635534/spooky-22
Aevann1 2021-10-02 13:36:18 +02:00
parent 9fe1b0bda6
commit 761c757f5c
1 changed files with 1 additions and 1 deletions

View File

@ -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'<img loading="lazy" src={image_url}/><br/>{post.body_html}'))
doc.cdata(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")