[Python-bugs-list] [ python-Bugs-451556 ] bad tags in HTML documentation

noreply@sourceforge.net noreply@sourceforge.net
Fri, 17 Aug 2001 10:22:23 -0700


Bugs item #451556, was opened at 2001-08-16 06:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=451556&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Fredrik Lundh (effbot)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: bad tags in HTML documentation

Initial Comment:
just grabbed the HTML versions of the 2.1.1 
documentation, and found a couple of rather 
interesting HTML tags in there:

<character>
<cdata>
<command>
<tex2html_cross_ref_visible_mark>
<tex2html_ampersand_mark>

can/should this be fixed?

(to find the culprits, run tidy on the files, and look 
for Error lines.  or use grep...)

</F>

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-08-17 10:22

Message:
Logged In: YES 
user_id=3066

Fixed the <tex2html_ampersand_mark> (and protected against
the same problem for <tex2html_percent_mark>) in
Doc/perl/SynopsisTable.pm revision 1.8.

The cross_ref_mark will be harder.  ;-(

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-08-16 14:59

Message:
Logged In: YES 
user_id=3066

Fixed the first three (<cdata>, <character>, and <command>) by adding them to the table they were missing from in Doc/perl/python.perl revision 1.108.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=451556&group_id=5470