X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=widgets.sh;h=4b36b3534e8629c992c46a9309814131c37b1843;hb=a75a76b164c7512effa94f370cadfc094f006a1e;hp=5cd371b7e8ae47040db55a617c04fdefc3ca2f9a;hpb=1cd8b8f7e99e3d18987ed17d084091e28773779f;p=serve0 diff --git a/widgets.sh b/widgets.sh index 5cd371b..4b36b35 100644 --- a/widgets.sh +++ b/widgets.sh @@ -218,7 +218,7 @@ w_advsearch(){ printf '[label [checkbox "tag_%s" "%s" %s] %s]' "$n" "$tag" "$t" "$d" done d="${f##*\$:}" d="${d%%\|*}" - [ "$category" = \$ ] && printf '[input name="tag_%i" value="%s"]' "$n" "$d" + [ "$category" = \$ ] && printf '[input name="tag_%i" value="%s"]' "$n" "$(HTML "$d")" printf '\n]' done printf ']'