From: Fred Drake Date: Thu, 18 Dec 1997 14:14:16 +0000 (+0000) Subject: make_mod_index_entry(): Generate markup the same case as other functions in X-Git-Tag: v1.5~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8da9e6a8a093b46340d4849eb3be00afd95c0573;p=python make_mod_index_entry(): Generate markup the same case as other functions in this file. --- diff --git a/Doc/myformat.perl b/Doc/myformat.perl index f4b147c602..1838de379f 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"); - "$anchor_invisible_mark<\/A>"; + "$anchor_invisible_mark<\/a>"; } sub my_module_index_helper{