]> git.plutz.net Git - serve0/blobdiff - templates/tagger.html.sh
maintain different top lists for tag selection and setting
[serve0] / templates / tagger.html.sh
index 10ed7878b9eb883c71e8b5a68914c648df566321..f92bf0c61083904c41b3ec7eb4b1ba80eff66b89 100755 (executable)
@@ -19,7 +19,7 @@ category_options(){
   cat="${1}:"
   [ "$cat" = "none:" ] && cat=''
 
-  printf %s "$taglist" \
+  printf %s "$taglist_set" \
   | sed -rn 's;^('"$cat"')([^:]+)$;<option value="\1\2">\2</option>;p'
 }