mirror of
https://github.com/python/cpython.git
synced 2025-07-26 12:44:33 +00:00
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:
parent
2764dd33cf
commit
3f3c25fc03
1 changed files with 1 additions and 1 deletions
|
@ -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) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue