mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
make_mod_index_entry(): Generate markup the same case as other functions in
this file.
This commit is contained in:
parent
95cdb35ef0
commit
8da9e6a8a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue