On Thu, Aug 30, 2001 at 01:30:43PM -0700, Eduardo Chappa wrote:
> Hello,
>
> I am using lynx2.8.4.rel.1, and am accessing a web page which contains
> several "<sup></sup>" combinations. What Lynx is doing is to add a "^"
> character, so "6<sup></sup>" is rendered as "6^". Is it there any way to
> revert to the old behavior of rendering the above html code as "6",
> without the "^" character? (pointers to where is the source I could look,
> are also appreciated).
look in src/HTML.c at the cases for HTML_SUP (probably what's needed is
to somewhere attach a flag saying what the <sup> would generate and
detecting that the next chunk is </sup> - without tracing, I'm not sure
where to do that in lynx, either).
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]