From: Mischa POSLAWSKY Date: Fri, 15 Dec 2023 22:43:22 +0000 (+0100) Subject: keyboard: close
legend row tags X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/25c42c7d1649e85339b165f205e620b8eadf6e7b keyboard: close
legend row tags Fix w3m indentation bug. --- diff --git a/Shiar_Sheet/Keyboard.pm b/Shiar_Sheet/Keyboard.pm index d4f78c8..bf25477 100644 --- a/Shiar_Sheet/Keyboard.pm +++ b/Shiar_Sheet/Keyboard.pm @@ -206,7 +206,7 @@ sub print_legend { my ($class, $flags) = @_; say qq{\t\t
}; - printf("\t\t".'
%s'."\n\t\t\t".'
%s'."\n", + printf("\t\t".'
%s'."\n\t\t\t".'
%s
'."\n", $_, map { $self->escapedesc($_) } @{ $self->{flag}->{$_} || ["($_)", '...'] } ) for @$flags; say "\t\t
";