![]()
From: jose.kahan@w3.org
Date: Fri Aug 06 1999 - 14:34:19 CDT
There was a missing <PRE> and this resulted in a not-readable text.
This patch works for me, but am not sure it'll work for everyone as I
only tested it using some options (set_showhtml turned off)
Test it before applying it :)
-Jose
>>> diff -c print.c ../../../hypermail/src/
*** print.c Fri Aug 6 16:05:45 1999
--- ../../../hypermail/src/print.c Mon Jun 7 19:21:42 1999
***************
*** 460,466 ****
if(bp->header) {
char head[128];
if(!inheader) {
! if(!pre && !set_showhtml && set_showheaders) {
fprintf(fp, "<PRE>\n");
pre=TRUE;
}
--- 460,466 ----
if(bp->header) {
char head[128];
if(!inheader) {
! if(!pre && set_showhtml && set_showheaders) {
fprintf(fp, "<PRE>\n");
pre=TRUE;
}
![]()