Module:etymology: Difference between revisions
No edit summary |
No edit summary |
||
| Line 71: | Line 71: | ||
elseif conj == "+" then | elseif conj == "+" then | ||
sep = " " | sep = " " | ||
elseif conj == "" then | |||
sep = "" | |||
elseif conj then | elseif conj then | ||
error(("Internal error: Unrecognized conjunction \"%s\""):format(conj)) | error(("Internal error: Unrecognized conjunction \"%s\""):format(conj)) | ||