![]()
From: Ashley M. Kirchner (ashley@pcraft.com)
Date: Mon Aug 23 1999 - 19:09:17 CDT
In print.c, structure printbody, we have a </PRE> defined in the
following section:
if(inheader) {
if(set_showhtml) {
fprintf(fp, "</PRE>\n");
pre=FALSE;
fprintf(fp, "<P>\n");
}
}
Unfortunately, I can't find the starting <PRE> for it, so I see it
as a trailing tag that isn't supposed to be there. I open all of my
messages with a <FONT...> tag (defined in the header configs) and
because of that trailing </PRE> it's causing the rest of the message to
get screwy - it ignores the <FONT...> tag from that point on.
I know someone mentioned some trailing tag not too long ago and I
wasn't sure if this was it, but the latest sources grabbed from the CVS
yielded this result for me...
Thought you wanted to know. :)
AMK4
PS: Does anyone (still) use http://bugs.hypermail.yeehaw.net ?
-- H | Unix -is- user friendly. It's just very selective about who its | friends are. And sometimes even best friends have fights. |____________________________________________________________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ashley M. Kirchner <ashley@pcraft.com> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . eFax 248.671.0909 http://www.pcraft.com . 3550 Arapahoe Ave .................. . . . . Boulder, CO 80303
![]()