Module:Weather box/sandbox: Difference between revisions

Content deleted Content added
No edit summary
test enclosing table in div (prevents newline insertion, allows template not to be preceded by newline)
Line 453:
results[i] = row
end
return ' <div>\n' .. table.concat(results) .. '</div>'
end