Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a608a1d commit bb584d3Copy full SHA for bb584d3
1 file changed
Doc/perl/l2hinit.perl
@@ -300,7 +300,8 @@ sub add_module_idx{
300
my $plat = '';
301
$key =~ s/<tt>([a-zA-Z0-9._]*)<\/tt>/\1/;
302
if ($ModulePlatforms{$key} && !$allthesame) {
303
- $plat = " <em>($ModulePlatforms{$key})</em>";
+ $plat = (" <em>(<span class=platform>$ModulePlatforms{$key}"
304
+ . '</span>)</em>');
305
}
306
print MODIDXFILE
307
$moditem
0 commit comments