mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
fix_font(): Handle one more case for the magical first column of tables.
This commit is contained in:
parent
5810064476
commit
cb0fc9c2ce
@ -950,6 +950,9 @@ sub fix_font{
|
|||||||
elsif ($font eq 'constant') {
|
elsif ($font eq 'constant') {
|
||||||
$font = 'tt class="constant"';
|
$font = 'tt class="constant"';
|
||||||
}
|
}
|
||||||
|
elsif ($font eq 'kbd') {
|
||||||
|
$font = 'kbd';
|
||||||
|
}
|
||||||
return $font;
|
return $font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user