Module:Infobox ET: Difference between revisions
m Stabilising the new appearance of special properties |
mNo edit summary |
||
| Line 84: | Line 84: | ||
if #text > 0 then text = text .. ', ' end | if #text > 0 then text = text .. ', ' 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) | ||
else | else | ||
text = text .. zeta | text = text .. zeta | ||