From 1e34a61911bf786497793b6fe3f309a411a32aae Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 14 Oct 2019 21:06:41 -0400 Subject: Fix white-space for RSS feeds --- src/invidious/search.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/invidious/search.cr b/src/invidious/search.cr index b2fa78f0..e62d1310 100644 --- a/src/invidious/search.cr +++ b/src/invidious/search.cr @@ -25,7 +25,7 @@ struct SearchVideo xml.element("img", src: "#{host_url}/vi/#{self.id}/mqdefault.jpg") 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 -- cgit v1.2.3 .form.submit();'> A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives. www-data
summaryrefslogtreecommitdiffstats
path: root/_locales (unfollow)
AgeCommit message (Expand)Author
2020-09-22New locale 'PL' for: 'Messages.json'MichipX3
2020-09-16Fix French translationmleyen
2020-09-01Randomise instances when empty (#48)v1.1.41SimonBrazell
2020-08-28Fixes #89 - autoplay reversed, improve instance selects (#90)v1.1.40SimonBrazell
2020-08-27Randomise Invidious instance if empty or https://invidio.usSimonBrazell
2020-08-27Closes #88 - awesome-humane-tech badge on READMESimonBrazell
2020-08-01update invidious instancesueberchild
2020-08-01Update French translationv1.1.39SimonBrazell
2020-07-30Update Russian translationTotalCaesar659
2020-07-30Closes #82, closes #84.v1.1.38SimonBrazell
2020-07-29fixed little grammatical mistake German translationpixelcode
2020-07-29issue with German title, English one is betterpixelcode
2020-07-29added German translationpixelcode
2020-07-16Closes #74 - Option to manually override theme.v1.1.37SimonBrazell
2020-07-15Take emojis back to Russian translationTotalCaesar659
2020-07-15Deploy extension to MS Edge.SimonBrazell
2020-07-15Take emojis back againTotalCaesar659
2020-07-14Grammar fixesTotalCaesar659
2020-07-14Add Russian translation for store descriptionsTotalCaesar659
2020-07-14Moved Privacy Policy to wiki pageSimonBrazell
2020-07-14Add version number and description to store.mdSimonBrazell
2020-07-14Added store listing translations to localesSimonBrazell
2020-07-13Fix autoplay param & French pop-up titlev1.1.36SimonBrazell