From 4f120e19fd0e287c2202ceef8a20cf09263df0ed Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 4 Aug 2019 09:46:26 -0500 Subject: [PATCH] Fix overflow for channel description --- src/invidious/views/channel.ecr | 2 +- src/invidious/views/community.ecr | 2 +- src/invidious/views/playlists.ecr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/invidious/views/channel.ecr b/src/invidious/views/channel.ecr index 9e7ec88c..b5eb46ea 100644 --- a/src/invidious/views/channel.ecr +++ b/src/invidious/views/channel.ecr @@ -28,7 +28,7 @@
-

<%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %>

+

<%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %>

diff --git a/src/invidious/views/community.ecr b/src/invidious/views/community.ecr index 732ae9bd..218cc2d4 100644 --- a/src/invidious/views/community.ecr +++ b/src/invidious/views/community.ecr @@ -27,7 +27,7 @@
-

<%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %>

+

<%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %>

diff --git a/src/invidious/views/playlists.ecr b/src/invidious/views/playlists.ecr index 216f4475..a32192b5 100644 --- a/src/invidious/views/playlists.ecr +++ b/src/invidious/views/playlists.ecr @@ -27,7 +27,7 @@
-

<%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %>

+

<%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %>