Styles do not work any more (at least on OS/2). The following patch
fixes this:
--- ./src/LYStyle.c-pre Wed Jan 22 01:43:12 2003
+++ ./src/LYStyle.c Fri Feb 14 16:34:20 2003
@@ -342,6 +342,8 @@ where OBJECT is one of EM,STRONG,B,I,U,B
{
int element_number = -1;
HTTag * t = SGMLFindTag(&HTML_dtd, element);
+
+ strtolower(element); /* SGMLFindTag() could upcase */
if (t && t->name) {
element_number = t - HTML_dtd.tags;
}
I do not know whether this is a "correct" fix.
Hope this helps,
Ilya
P.S. I see that two of my patches of 2001 (hot-spot for pasting at
the UR corner, and /bin/rm-independent unlink()) were missed.
The message IDs are
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Should I resend? [the patches apply cleanly.]
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]