We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c857b5 commit 4b37d47Copy full SHA for 4b37d47
src/invidious/routes/feeds.cr
@@ -202,7 +202,7 @@ module Invidious::Routes::Feeds
202
xml.element("link", rel: "self", href: "#{HOST_URL}#{env.request.resource}")
203
xml.element("id") { xml.text "yt:channel:#{ucid}" }
204
xml.element("yt:channelId") { xml.text ucid }
205
- xml.element("title") { author }
+ xml.element("title") { xml.text author }
206
xml.element("link", rel: "alternate", href: "#{HOST_URL}/channel/#{ucid}")
207
208
xml.element("author") do
0 commit comments