]> granicus.if.org Git - python/commitdiff
make_mod_index_entry(): Generate markup the same case as other functions in
authorFred Drake <fdrake@acm.org>
Thu, 18 Dec 1997 14:14:16 +0000 (14:14 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Dec 1997 14:14:16 +0000 (14:14 +0000)
this file.

Doc/myformat.perl

index f4b147c6022297f9fbca392bd457d5b9d854ea2c..1838de379ffadfbb4aaae36315bf26254244cce1 100644 (file)
@@ -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{