This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix for duplicate attributes in generated HTML
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, leogah
Priority: normal Keywords: patch

Created on 2004-08-20 18:31 by leogah, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
l2hinit.diff leogah, 2004-08-20 18:31
Messages (2)
msg46753 - (view) Author: Richard Brodie (leogah) Date: 2004-08-20 18:31
The bottom navigation bar of many of the Python pages 
contains duplicated "rel" and "title" attributes, because 
make_nav_panel has side effects.   
 
Attached patch should remove the duplication, and reduce 
HTML validation errors. 
 
 
msg46754 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-09-09 05:14
Logged In: YES 
user_id=3066

Yikes!  I hadn't even noticed that.  I've committed a fix
using a very similar patch (used "my" and transformed the
variable names differently).

Thanks!

Doc/perl/l2hinit.perl revision 1.83

backport candidate.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40795
2004-08-20 18:31:57leogahcreate