Module:Template test case: Difference between revisions

    (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