From 25c42c7d1649e85339b165f205e620b8eadf6e7b Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 15 Dec 2023 23:43:22 +0100 Subject: [PATCH] keyboard: close
legend row tags Fix w3m indentation bug. --- Shiar_Sheet/Keyboard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
"; -- 2.30.0