This commit is contained in:
Aevann1 2021-10-26 23:11:14 +02:00
parent be13e954bd
commit 5be6b3e635
20 changed files with 158 additions and 158 deletions

View file

@ -61,6 +61,6 @@ def feeds_user(sort='hot', t='all'):
if len(post.body_html) > 0:
with tag("content", type="html"):
doc.cdata(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")