kopia lustrzana https://github.com/iv-org/invidious
				
				
				
			Add missing xml.text on "title" element for channels RSS (#5320)
							rodzic
							
								
									2c857b5ab6
								
							
						
					
					
						commit
						4b37d47ebb
					
				|  | @ -202,7 +202,7 @@ module Invidious::Routes::Feeds | |||
|         xml.element("link", rel: "self", href: "#{HOST_URL}#{env.request.resource}") | ||||
|         xml.element("id") { xml.text "yt:channel:#{ucid}" } | ||||
|         xml.element("yt:channelId") { xml.text ucid } | ||||
|         xml.element("title") { author } | ||||
|         xml.element("title") { xml.text author } | ||||
|         xml.element("link", rel: "alternate", href: "#{HOST_URL}/channel/#{ucid}") | ||||
| 
 | ||||
|         xml.element("author") do | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Fijxu
						Fijxu