From 012f858171070ad9303e0f4bcac0d40aa171bd77 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 9 May 2025 20:50:48 +0300 Subject: [PATCH] Use more human readable commands --- zk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.48.1