X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=pages%2Fquicklinks.sh;h=f22a412129ee7a7d5adafe7d6b45a70084039957;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=e46d930a0efa0e3df171c227a7bd2aeb9864634d;hpb=eec85ea1fe623ac2e2aae698625443a90bbf8fc6;p=serve0 diff --git a/pages/quicklinks.sh b/pages/quicklinks.sh index e46d930..f22a412 100755 --- a/pages/quicklinks.sh +++ b/pages/quicklinks.sh @@ -52,7 +52,7 @@ category_selected(){ filter="$2" [ "$cat" = "none:" ] && cat='' - printf %s "$taglist" \ + printf %s "$taglist_filter" \ | sed -r 's;^('"$filter"')$;1 &;;t;s;^;0 ;' \ | sed -rn 's;^(0|1) '"$cat"'([^:]+)$;\1 \2;p' \ | sed 's;^0 ;;'