keyboard: fix empty key titles
[sheet.git] / nethack.plp
index 53902b03152b657157243e17583b3ad7d0dc19f0..9c4c62de6cc6178e439237aeb11854eab452d688 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'nethack cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Keyboard overview sheet for the Nethack console RPG game,",
                "describing the default controls.",
@@ -10,7 +10,7 @@ Html({
        keywords => [qw'
                nethack rogue game control controls sheet reference overview keyboard
        '],
-       stylesheet => [qw'light dark circus mono red terse'],
+       stylesheet => [qw( light dark circus mono red )],
        keys => 1,
 });
 
@@ -22,7 +22,6 @@ Html({
 <:
 use Shiar_Sheet::Keyboard 2;
 my $info = do 'nethack.eng.inc.pl' or die $@;
-$info->{def} = do 'nethack.inc.pl';
 my $keys = Shiar_Sheet::Keyboard->new($info);
 $_->{"\e"} = ['me mode'] for values %{ $info->{def} };
        # static reset button, even though it's not (officially) in the game