Change for separating inline attachments - Bug #16367 - r: bienvenu

This commit is contained in:
rhp%netscape.com 1999-10-18 22:07:02 +00:00
parent 38b35cdb7d
commit 10c9c02a8f

View File

@ -712,7 +712,8 @@ mime_image_make_image_html(void *image_closure)
struct mime_image_stream_data *mid =
(struct mime_image_stream_data *) image_closure;
const char *prefix = "<P><CENTER><IMG SRC=\"";
const char *prefix = "<hr WIDTH=\"75%%\"> <P><CENTER><IMG SRC=\"";
const char *suffix = "\"></CENTER><P>";
const char *url;
char *buf;