Jump to content

Module:Template test case: Difference between revisions

inline rows need to be separated with a newline
(use wikitext bulleted lists for the inline format after all)
(inline rows need to be separated with a newline)
Line 399: Line 399:
ret[#ret + 1] = table.concat(line)
ret[#ret + 1] = table.concat(line)
end
end
return table.concat(ret)
return table.concat(ret, '\n')
end
end


Cookies help us deliver our services. By using our services, you agree to our use of cookies.