Issue 1013055: Fix for duplicate attributes in generated HTML (original) (raw)

Issue1013055

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:06 admin set github: 40795
2004-08-20 18:31:57 leogah create