12,564
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
| Line 60: | Line 60: | ||
for i = 1, term_count do | for i = 1, term_count do | ||
if data.glosses[i] then | if data.glosses[i] then | ||
build('<td style="' .. cell_style .. '">' .. m_gloss.parse | build('<td style="' .. cell_style .. '">' .. m_gloss.parse{data.glosses[i]} .. '</td>') | ||
else | else | ||
build('<td />') | build('<td />') | ||