mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-03-31 17:15:37 +00:00
update feed item format
This commit is contained in:
parent
584eba7993
commit
dcd351e4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ impl Feed {
|
|||
));
|
||||
|
||||
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>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue