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

Skip to content

Commit 3f3c25f

Browse files
committed
Set flag to remove <tt>...</tt> markup from the index entries; it just ends up
looking really bad in popular browsers, mostly due to vertical size differences between the roman and monospaced fonts.
1 parent 2764dd3 commit 3f3c25f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/perl/python.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ sub my_parword_index_helper{
352352
#
353353
# It is used from &make_mod_index_entry() and &make_str_index_entry().
354354
#
355-
$STRIP_INDEX_TT = 0;
355+
$STRIP_INDEX_TT = 1;
356356

357357
sub make_mod_index_entry{
358358
my($br_id,$str,$define) = @_;

0 commit comments

Comments
 (0)