mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Be more stylesheet friendly.
This commit is contained in:
parent
a608a1df87
commit
bb584d3f6e
1 changed files with 2 additions and 1 deletions
|
@ -300,7 +300,8 @@ sub add_module_idx{
|
|||
my $plat = '';
|
||||
$key =~ s/<tt>([a-zA-Z0-9._]*)<\/tt>/\1/;
|
||||
if ($ModulePlatforms{$key} && !$allthesame) {
|
||||
$plat = " <em>($ModulePlatforms{$key})</em>";
|
||||
$plat = (" <em>(<span class=platform>$ModulePlatforms{$key}"
|
||||
. '</span>)</em>');
|
||||
}
|
||||
print MODIDXFILE
|
||||
$moditem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue