X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fhtml2html.c;h=e754587b2b96148f8b79f61b84443f79400c0bdd;hb=87e79b9b7e6367cecde3abacd041aaae8ec7709a;hp=705d7e76e709c88ee551423e9653c1f677b6967d;hpb=3001ec590c36f696c898ad52a43654de140ac246;p=citadel.git diff --git a/webcit/html2html.c b/webcit/html2html.c index 705d7e76e..e754587b2 100644 --- a/webcit/html2html.c +++ b/webcit/html2html.c @@ -57,8 +57,6 @@ void output_html(void) { msgstart = msg; msgend = &msg[total_length]; - fprintf(stderr, "msg looks like this:\n%s\n", ptr); - while (ptr < msgend) { /* Advance to next tag */ @@ -93,9 +91,8 @@ void output_html(void) { write(WC->http_sock, msgstart, strlen(msgstart)); - /* Close a bunch of tags that might have been opened - wprintf("
\n"); - */ + /* A little trailing vertical whitespace... */ + wprintf("

\n"); /* Now give back the memory */ free(msg);