Skip to content

Commit

Permalink
prettify soup output
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Jun 3, 2022
1 parent 25c15cd commit 5befed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/outputfilters/filters/image_srcset.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def __call__(self, data):
if not sourceset:
continue
elem.replace_with(self.img2picturetag.create_picture_tag(sourceset, elem.attrs))
return str(soup)
return soup.prettify()

0 comments on commit 5befed3

Please sign in to comment.