X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1d37e00ff50c4cee3f23749febcfe6e33e1f608a..9dbcbd066045c364ea5cea0dad6507e3038c2163:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index 731c0f2..55c635f 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -53,7 +53,7 @@ $header{content_type} = "text/html; charset=$sign{charset}"; use Shiar_Sheet::Keyboard; my $keys = Shiar_Sheet::Keyboard->new({do 'vimperator.inc.pl'}); $keys->map($get{map}) or undef $get{map}; -$keys->print_rows($get{static}); +$keys->print_rows($get{rows}); :>