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.
This commit is contained in:
Fred Drake 1998-04-08 13:46:24 +00:00
parent 2764dd33cf
commit 3f3c25fc03

View 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) = @_;