Module:gloss grid: Difference between revisions

Undo revision 31373 by TheNightAvl (talk)
No edit summary
Tag: Reverted
(Undo revision 31373 by TheNightAvl (talk))
Tag: Undo
Line 84: Line 84:
-- build combined translation row
-- build combined translation row
if data.s_translation then
if data.s_translation then
build('<tr><td style="' .. cell_style .. '" colspan=' .. term_count .. '>' .. data.s_translation .. '</td></tr>')
build('<tr><td style="' .. cell_style .. '" colspan=' .. term_count .. '>' .. data.s_translation .. '</td></tr>')
end
end
build("</table>")
build("</table>")