commit d87537c9f340929643d0149417570c19b8b4cd76 parent f91aeac366b1ae860348ef555914ac160a1ec20e Author: Egg Milk Soup <egg@milksoup.net> Date: Thu, 11 Aug 2022 17:30:51 +0000 fix typo Diffstat:
M | org2html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org2html b/org2html @@ -46,7 +46,7 @@ EOF fi ;; \*\*\*\*\*) - printf " <h4> %s </h5>\n" "$(printf "$line" | cut -f 2- -d ' ')" + printf " <h5> %s </h5>\n" "$(printf "$line" | cut -f 2- -d ' ')" if $inp then echo ' </p>'