update feed item format

This commit is contained in:
yggverse 2026-03-27 08:07:25 +02:00
parent 584eba7993
commit dcd351e4ef

View file

@ -49,7 +49,7 @@ impl Feed {
)); ));
self.0.push_str(&format!( self.0.push_str(&format!(
"<description>online: {online}\nmap: {map}\nconnect: {a}\n</description>" "<description>online: {online} / map: {map} / connect: {a}</description>"
)); ));
self.0.push_str("<pubDate>"); self.0.push_str("<pubDate>");