2nd
This commit is contained in:
parent
be13e954bd
commit
5be6b3e635
20 changed files with 158 additions and 158 deletions
|
@ -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")
|
Loading…
Add table
Add a link
Reference in a new issue