about summary refs log tree commit homepage
path: root/mwrap_httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'mwrap_httpd.h')
-rw-r--r--mwrap_httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mwrap_httpd.h b/mwrap_httpd.h
index 63dfcfa..1ef21e0 100644
--- a/mwrap_httpd.h
+++ b/mwrap_httpd.h
@@ -527,9 +527,9 @@ static enum mw_qev each_at(struct mw_h1 *h1, struct mw_h1req *h1r)
         if (!fp) return h1_close(h1);
         FPUTS("<html><head><title>", fp);
         write_html(fp, lb.ptr, lb.len);
-        FPUTS("</title></head><body><p>live allocations at", fp);
+        FPUTS("</title></head><body><p>live allocations at:", fp);
         if (bt_req_depth) FPUTS("<br/>", fp);
-        else fputc('\n', fp);
+        else fputc(' ', fp);
         write_html(fp, lb.ptr, lb.len);
 
         show_age(fp);