* Small change to above
[citadel.git] / webcit / html2html.c
index fb77905308ccf8f19825d4de7a0a1c00e27835bb..8fdc8cb38de2840d06bec0d429c4f370cf4e2d07 100644 (file)
@@ -74,5 +74,8 @@ void output_text_html(char *partbuf, int total_length) {
        }
 
        write(WC->http_sock, msgstart, strlen(msgstart));
+
+       /* Close a bunch of tags that might have been opened */
+       wprintf("</I></B></FONT></TD></TR></TABLE></TT></PRE></A><BR>\n");
 }