Module:Infobox ET: Difference between revisions

Adopt newline between values
Use another newline
Line 91: Line 91:
end
end
if is_zeta ~= false and ET.is_zeta(et) then
if is_zeta ~= false and ET.is_zeta(et) then
if #text > 0 then text = text .. '\n' end
if #text > 0 then text = text .. '<br>' end
if type(zeta) ~= 'string' or #zeta == 0 then
if type(zeta) ~= 'string' or #zeta == 0 then
text = text .. ET.why_zeta(et)
text = text .. ET.why_zeta(et)