keys: load flags dependency within descriptions include
[sheet.git] / vimperator.plp
index 1e9059254b9d744516fbebecd23fe5d3f477a793..3fb7ba5cb3e3b9bd0b733a756f83c675ed447a2b 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'vimperator cheat sheet',
-       version => 'v1.2',
+       version => '1.2',
        description => [
                "Interactive cheat sheet for the Vimperator Firefox extension,",
                "describing the function of each key.",
@@ -11,7 +11,7 @@ Html({
                vimperator firefox vim iceweasel sheet cheat reference overview
                commands keyboard browser
        '],
-       stylesheet => [qw'light dark circus mono red terse'],
+       stylesheet => [qw( light dark circus mono red )],
        keys => 1,
 });
 
@@ -23,7 +23,6 @@ Html({
 <:
 use Shiar_Sheet::Keyboard 2;
 my $info = do 'vimperator.eng.inc.pl' or die $@;
-$info->{def} = do 'vimperator.inc.pl';
 $_->{"\e"} = ['mv mode', "normal mode"] for values %{ $info->{def} };
 delete $info->{def}->{''}->{"\e"};
 my $keys = Shiar_Sheet::Keyboard->new($info);