10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 32: | Line 32: | ||
if i > 1 then | if i > 1 then | ||
local conjunctions = {["with"] = true, ["and"] = true, ["or"] = true} | local conjunctions = {["with"] = true, ["and"] = true, ["or"] = true} | ||
if conjunctions[l_id] or conjunctions[labels[i | if conjunctions[l_id] or conjunctions[labels[i-1]] then | ||
skip_comma = true | skip_comma = true | ||
end | end |