Module:BPMTable: Difference between revisions

Bugfixing
(Modified the table to return html instead)
(Bugfixing)
Line 21: Line 21:
                         '<tr>'..
                         '<tr>'..
                         '<th align="center" style="color:white;background:#4A31FF;border-radius:7px;" width="50%">'..
                         '<th align="center" style="color:white;background:#4A31FF;border-radius:7px;" width="50%">'..
                         'div style="margin-left:75px;">'..
                         '<div style="margin-left:75px;">'..
                         '<font color="White">BPMs</font>'..
                         '<font color="White">BPMs</font>'..
                         '</div>'..
                         '</div>'..
Line 40: Line 40:
         i = i + 1
         i = i + 1
     end
     end
     table.insert(result, '</tr></tbody></table>')
     table.insert(result, '</tbody></table>')
     return table.concat(result, "")
     return table.concat(result, "")
end
end


return p
return p