From dcd351e4ef60a6279294026576772ded44d5f96c Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 27 Mar 2026 08:07:25 +0200 Subject: [PATCH] update feed item format --- crates/httpd/src/feed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/httpd/src/feed.rs b/crates/httpd/src/feed.rs index c3399d8..ce778fa 100644 --- a/crates/httpd/src/feed.rs +++ b/crates/httpd/src/feed.rs @@ -49,7 +49,7 @@ impl Feed { )); self.0.push_str(&format!( - "online: {online}\nmap: {map}\nconnect: {a}\n" + "online: {online} / map: {map} / connect: {a}" )); self.0.push_str("");