From f71f8fee8e4ef12fb18f8ee1aee60245a77046c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 19 Mar 2024 12:14:40 +0100 Subject: [PATCH] --link option links to _tag_ search --- macros/taglist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/taglist b/macros/taglist index 576655b..d959b42 100755 --- a/macros/taglist +++ b/macros/taglist @@ -61,7 +61,7 @@ if [ "$taglist" ]; then | { [ "$cloud" ] && sort -n || sort -k 3; } \ | while read -r junk inc tag; do if [ "$link" ]; then - printf '
  • #%s
  • \n' \ + printf '
  • #%s
  • \n' \ "$inc" "$((9 * inc / max))" "$(URL "$tag")" "$(HTML "$tag")" else printf '
  • #%s
  • \n' \ -- 2.39.2