From: Sergey Matveev Date: Fri, 9 May 2025 17:50:48 +0000 (+0300) Subject: Use more human readable commands X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=012f858171070ad9303e0f4bcac0d40aa171bd77;p=zk.git Use more human readable commands --- diff --git a/zk b/zk index e5f4172..4edf56e 100755 --- a/zk +++ b/zk @@ -71,7 +71,7 @@ carriage-return character at the end. =item * -C on a separate line will add an image with +C on a separate line will add an image with optional alternative text similarly as link is specified. =back @@ -292,7 +292,7 @@ sub genHTML { $t = htmlescape $t; $t =~ s/"/\&guot;/g; $_ = "${head}=> $t"; - } elsif ($cols[0] eq "I") { + } elsif ($cols[0] eq "img") { if ($#cols > 1) { my $t = htmlescape join " ", @cols[2..$#cols]; $t =~ s/"/\&guot;/g;