I think it should be enclosed with <pre>...</pre> like the body part. What do you think?
P.S.
Thanks for committing the iso2022jp option.
Index: print.c
--- print.c 2001/04/17 00:21:37 1.22
+++ print.c 2001/04/19 06:04:04
_at_@ -937,6 +937,11 @@
pre = FALSE;
}
fprintf(fp, "<p>\n");
+ } else {
+ if (!pre) {
+ fprintf(fp, "<pre>\n");
+ pre = TRUE;
+ }
}
inheader = FALSE;
}
Received on Thu 19 Apr 2001 08:08:56 AM GMT
This archive was generated by hypermail 2.3.0 : Sat 13 Mar 2010 03:46:12 AM GMT GMT