Be more stylesheet friendly.

This commit is contained in:
Fred Drake 1999-03-25 22:18:30 +00:00
parent a608a1df87
commit bb584d3f6e
1 changed files with 2 additions and 1 deletions

View File

@ -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