Module:Infobox: Difference between revisions
add a missing rowstyle per protected edit request by User:Frietjes
m>Mr. Stradivarius (add rowstyle and remove the cellspacing attribute, per protected edit requests by User:Frietjes and User:Rezonansowy) |
m>Mr. Stradivarius (add a missing rowstyle per protected edit request by User:Frietjes) |
||
Line 58: | Line 58: | ||
local row = root:tag('tr') | local row = root:tag('tr') | ||
row:addClass(rowArgs.rowclass) | row:addClass(rowArgs.rowclass) | ||
row:cssText(rowArgs.rowstyle) | |||
row:attr('id', rowArgs.rowid) | row:attr('id', rowArgs.rowid) | ||
if rowArgs.label then | if rowArgs.label then |