]> granicus.if.org Git - python/commitdiff
Set flag to remove <tt>...</tt> markup from the index entries; it just ends up
authorFred Drake <fdrake@acm.org>
Wed, 8 Apr 1998 13:46:24 +0000 (13:46 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 8 Apr 1998 13:46:24 +0000 (13:46 +0000)
looking really bad in popular browsers, mostly due to vertical size differences
between the roman and monospaced fonts.

Doc/perl/python.perl

index 0d0fa773812be1a0f59cedf281e5cc5b3cb49531..e92f5e4a887f2b315002b3dc80c42923708cf43e 100644 (file)
@@ -352,7 +352,7 @@ sub my_parword_index_helper{
 #
 # It is used from &make_mod_index_entry() and &make_str_index_entry().
 #
-$STRIP_INDEX_TT = 0;
+$STRIP_INDEX_TT = 1;
 
 sub make_mod_index_entry{
     my($br_id,$str,$define) = @_;