Commit 6074cc76 authored by twanvl's avatar twanvl

put an empty word list in the subtype box if possible

parent a253440f
...@@ -488,6 +488,8 @@ sub_type_filter := { ...@@ -488,6 +488,8 @@ sub_type_filter := {
(if length(parts) > 0 then (if length(parts) > 0 then
# Add a new box at the end # Add a new box at the end
"<soft>{lang.subtype_separator}</soft><word-list-{list_type_rest}></word-list-{list_type_rest}>" "<soft>{lang.subtype_separator}</soft><word-list-{list_type_rest}></word-list-{list_type_rest}>"
else
"<word-list-{list_type_first}></word-list-{list_type_first}>"
) )
) else input # do nothing ) else input # do nothing
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment