X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fpaging.c;h=e93ac646bda13cd044668a182b47b3cef414b237;hb=19efac53a8a87446e66e6e0213d7f9b46af60a48;hp=d44c816cb2327d4101acc869afb87b93c8583985;hpb=2de0bf4c61fbe29da0952c04192739f4d347a31d;p=citadel.git diff --git a/webcit/paging.c b/webcit/paging.c index d44c816cb..e93ac646b 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -279,6 +279,7 @@ void chat_recv(void) { output_headers(0, 0, 0, 0, 0, 0); hprintf("Content-type: text/html; charset=utf-8\r\n"); + begin_burst(); wprintf("\n" "\n" "\n" @@ -426,6 +427,7 @@ void chat_send(void) { output_headers(0, 0, 0, 0, 0, 0); hprintf("Content-type: text/html; charset=utf-8\r\n"); + begin_burst(); wprintf("" "" );