summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Releases/Page.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNWeb/Releases/Page.pm')
-rw-r--r--lib/VNWeb/Releases/Page.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Releases/Page.pm b/lib/VNWeb/Releases/Page.pm
index e2059e8f..1f29ad48 100644
--- a/lib/VNWeb/Releases/Page.pm
+++ b/lib/VNWeb/Releases/Page.pm
@@ -108,7 +108,7 @@ sub _infotable_ {
td_ 'Platform'.($r->{platforms}->@* == 1 ? '' : 's');
td_ sub {
join_ \&br_, sub {
- abbr_ class => "icons $_", title => $PLATFORM{$_}, ' ';
+ abbr_ class => "icons plat $_", title => $PLATFORM{$_}, ' ';
txt_ ' '.$PLATFORM{$_};
}, $r->{platforms}->@*;
}