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 %>