X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=macros%2Ftaglist;h=d959b42f107b6587addc26474ad249c5fcd2bb88;hb=f71f8fee8e4ef12fb18f8ee1aee60245a77046c5;hp=576655b29af1037d2bbc0d667ac52a8f081427f9;hpb=6d62de4f9aa16fb129513fa38c60158bfde36f16;p=shellwiki 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' \