summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
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,
282 xs *s = NULL; 282 xs *s = NULL;
283 283
284 if (xs_type(text) == XSTYPE_STRING) 284 if (xs_type(text) == XSTYPE_STRING)
285 s = xs_fmt("%s\n\n%s\n", text, url); 285 s = xs_fmt("%s:\n\n%s\n", text, url);
286 else 286 else
287 s = xs_fmt("%s\n", url); 287 s = xs_fmt("%s\n", url);
288 288