diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-18 14:14:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-18 14:14:16 (GMT) |
commit | 8da9e6a8a093b46340d4849eb3be00afd95c0573 (patch) | |
tree | 67b0b4d09b983db3841e40aba4648bd76183ea6f /Doc/myformat.perl | |
parent | 95cdb35ef08499168e4153f5589c13e972564e68 (diff) | |
download | cpython-8da9e6a8a093b46340d4849eb3be00afd95c0573.zip cpython-8da9e6a8a093b46340d4849eb3be00afd95c0573.tar.gz cpython-8da9e6a8a093b46340d4849eb3be00afd95c0573.tar.bz2 |
make_mod_index_entry(): Generate markup the same case as other functions in
this file.
Diffstat (limited to 'Doc/myformat.perl')
-rw-r--r-- | Doc/myformat.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/myformat.perl b/Doc/myformat.perl index f4b147c..1838de3 100644 --- a/Doc/myformat.perl +++ b/Doc/myformat.perl @@ -161,7 +161,7 @@ sub make_mod_index_entry { # Save the reference $str = &gen_index_id($str, $define); $index{$str} .= &make_half_href("$CURRENT_FILE#$br_id"); - "<A NAME=\"$br_id\">$anchor_invisible_mark<\/A>"; + "<a name=\"$br_id\">$anchor_invisible_mark<\/a>"; } sub my_module_index_helper{ |