diff options
| author | 2025-01-01 13:37:35 +0100 | |
|---|---|---|
| committer | 2025-01-01 13:37:35 +0100 | |
| commit | 7f6047268e915a3d8fac07103445d6e3fcc7ecc0 (patch) | |
| tree | 147e0562bb570c85c31285618d32415ba46a178a /httpd.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-7f6047268e915a3d8fac07103445d6e3fcc7ecc0.tar.gz penes-snac2-7f6047268e915a3d8fac07103445d6e3fcc7ecc0.tar.xz penes-snac2-7f6047268e915a3d8fac07103445d6e3fcc7ecc0.zip | |
The shared post is really sent.
Diffstat (limited to '')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||