Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 117: Line 117:
end
end
if not args[2] == "" then
if not args[2] == nil then
args[2].label = "infinitive"
args[2].label = "infinitive"
table.insert(data.inflections, args[2])
table.insert(data.inflections, args[2])