Content deleted Content added
+textclass parameter |
redundant |
||
Line 110:
end
local textCell = bodyRow:newline():tag('td')
textCell:addClass('mbox-text
textCell:addClass(data.textclass or 'plainlist')
if data.textstyle then
|
+textclass parameter |
redundant |
||
Line 110:
end
local textCell = bodyRow:newline():tag('td')
textCell:addClass('mbox-text
textCell:addClass(data.textclass or 'plainlist')
if data.textstyle then
|