From 7f6047268e915a3d8fac07103445d6e3fcc7ecc0 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 1 Jan 2025 13:37:35 +0100 Subject: The shared post is really sent. --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index 626ae9d..3d0d110 100644 --- a/httpd.c +++ b/httpd.c @@ -282,7 +282,7 @@ int server_get_handler(xs_dict *req, const char *q_path, xs *s = NULL; if (xs_type(text) == XSTYPE_STRING) - s = xs_fmt("%s\n\n%s\n", text, url); + s = xs_fmt("%s:\n\n%s\n", text, url); else s = xs_fmt("%s\n", url); -- cgit v1.2.3