keyboard/altgr: fix missing char info from array definitions
[sheet.git] / shell.plp
index dd5f295e510176083004b864fa43c6e067d2da1f..23ff52647486a91b313253dc3b3b4ad36d184349 100644 (file)
--- a/shell.plp
+++ b/shell.plp
@@ -4,13 +4,12 @@ use List::Util qw(sum max first);
 Html({
        title => 'Shell compatibility cheat sheet',
        version => '1.0',
-       stylesheet => [qw'circus dark mono red light'],
        data => ['shell.inc.pl'],
 });
 
 say "<h1>Shell compatibility</h1>\n";
 
-my $data = do 'shell.inc.pl' or die $@ || $!;
+my $data = Data('shell');
 my @agents = keys %{ $data->{agents} };
 
 print '<table class="mapped">';