12,564
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary Tag: Reverted |
||
| 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 .. '> | build('<tr><td style="' .. cell_style .. '" colspan=' .. term_count .. '>‘' .. data.s_translation .. '’</td></tr>') | ||
end | end | ||
build("</table>") | build("</table>") | ||