Kaydet (Commit) bb584d3f authored tarafından Fred Drake's avatar Fred Drake

Be more stylesheet friendly.

üst a608a1df
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment