lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev empty <sup></sup> behavior.


From: Thomas Dickey
Subject: Re: lynx-dev empty <sup></sup> behavior.
Date: Thu, 30 Aug 2001 17:14:03 -0400
User-agent: Mutt/1.2.5i

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 <address@hidden>
http://dickey.his.com
ftp://dickey.his.com

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]