Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8da9e6a

Browse files
committed
make_mod_index_entry(): Generate markup the same case as other functions in
this file.
1 parent 95cdb35 commit 8da9e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/myformat.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ sub make_mod_index_entry {
161161
# Save the reference
162162
$str = &gen_index_id($str, $define);
163163
$index{$str} .= &make_half_href("$CURRENT_FILE#$br_id");
164-
"<A NAME=\"$br_id\">$anchor_invisible_mark<\/A>";
164+
"<a name=\"$br_id\">$anchor_invisible_mark<\/a>";
165165
}
166166

167167
sub my_module_index_helper{

0 commit comments

Comments
 (0)