Tk Library Source Code

View Ticket
Login
Ticket UUID: 578465
Title: Wrong conversion of <> and " (HTML)
Type: Bug Version: None
Submitter: andreas_kupries Created on: 2002-07-07 21:39:13
Subsystem: doctools Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-07-09 05:12:12
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2002-07-08 22:12:12
Description:
The characters <, >, and " are converted to
&amp;lt;, &amp;gt;, and &amp;quot; in the
final generated HTML, and not &lt;, &gt;, &quot;

Reported by Andy Ziegelbein <[email protected]>.
User Comments: andreas_kupries added on 2002-07-09 05:12:12:
Logged In: YES 
user_id=75003

Committed to head.

andreas_kupries added on 2002-07-09 05:10:42:

File Added - 26627: 578465.diff

Logged In: YES 
user_id=75003

Patch fixing the problem, confirmed by submitter.

andreas_kupries added on 2002-07-08 04:54:48:
Logged In: YES 
user_id=75003

Bug was introduced when rewriting the HTML format to be able
to generate various TMML lists, and either compact or
wide-spaced lists. It now generates the HTML escapes to
early, in the rewritten HandleText.

Attachments: