mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix white-space for RSS feeds
This commit is contained in:
parent
97bd1da2a2
commit
1e34a61911
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ struct SearchVideo
|
||||||
xml.element("img", src: "#{host_url}/vi/#{self.id}/mqdefault.jpg")
|
xml.element("img", src: "#{host_url}/vi/#{self.id}/mqdefault.jpg")
|
||||||
end
|
end
|
||||||
|
|
||||||
xml.element("p", style: "white-space:pre") { xml.text html_to_content(self.description_html) }
|
xml.element("p", style: "white-space:pre-wrap") { xml.text html_to_content(self.description_html) }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue