fix feed
This commit is contained in:
@@ -15,7 +15,7 @@ pub async fn stream_handler(State(state): State<Arc<AppState>>) -> impl IntoResp
|
||||
|
||||
fn feed(urls: &Vec<String>) -> String {
|
||||
let mut ret = String::new();
|
||||
ret.push_str(r#"<?xml version="1.0" encoding="UTF-8"?>\n"#);
|
||||
ret.push_str(r#"<?xml version="1.0" encoding="UTF-8"?>"#);
|
||||
ret.push_str(r#"<rss version="2.0">"#);
|
||||
ret.push_str("<channel>");
|
||||
ret.push_str("<title>Ö1 Morgenjournal Feed</title>");
|
||||
|
Reference in New Issue
Block a user