mirror of
https://github.com/python/cpython.git
synced 2025-07-26 12:44:33 +00:00
fix_font(): Handle one more case for the magical first column of tables.
This commit is contained in:
parent
5810064476
commit
cb0fc9c2ce
1 changed files with 3 additions and 0 deletions
|
@ -950,6 +950,9 @@ sub fix_font{
|
|||
elsif ($font eq 'constant') {
|
||||
$font = 'tt class="constant"';
|
||||
}
|
||||
elsif ($font eq 'kbd') {
|
||||
$font = 'kbd';
|
||||
}
|
||||
return $font;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue