mirror of https://github.com/python/cpython
Be more stylesheet friendly.
This commit is contained in:
parent
a608a1df87
commit
bb584d3f6e
|
@ -300,7 +300,8 @@ sub add_module_idx{
|
||||||
my $plat = '';
|
my $plat = '';
|
||||||
$key =~ s/<tt>([a-zA-Z0-9._]*)<\/tt>/\1/;
|
$key =~ s/<tt>([a-zA-Z0-9._]*)<\/tt>/\1/;
|
||||||
if ($ModulePlatforms{$key} && !$allthesame) {
|
if ($ModulePlatforms{$key} && !$allthesame) {
|
||||||
$plat = " <em>($ModulePlatforms{$key})</em>";
|
$plat = (" <em>(<span class=platform>$ModulePlatforms{$key}"
|
||||||
|
. '</span>)</em>');
|
||||||
}
|
}
|
||||||
print MODIDXFILE
|
print MODIDXFILE
|
||||||
$moditem
|
$moditem
|
||||||
|
|
Loading…
Reference in New Issue