Commit 3f3c25fc authored by Fred Drake's avatar Fred Drake

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.
parent 2764dd33
......@@ -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) = @_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment