X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/7ca5c909537ead4ccef2a451538c345544834b65..a0ba9298856b2426c5c66b6d2f2b284d98cee594:/nethack.plp diff --git a/nethack.plp b/nethack.plp index dc8e616..ca7433e 100644 --- a/nethack.plp +++ b/nethack.plp @@ -44,7 +44,7 @@ $header{content_type} = "text/html; charset=$sign{charset}";
  • @@ -53,7 +53,7 @@ $header{content_type} = "text/html; charset=$sign{charset}"; use Shiar_Sheet::Keyboard; my $keys = Shiar_Sheet::Keyboard->new({do 'nethack.inc.pl'}); $keys->map($get{map}) or undef $get{map}; -$keys->print_rows($get{static}); +$keys->print_rows($get{static} || '4321-421'); :>