Module:Chart: Difference between revisions

Content deleted Content added
do not roundup twice.
No edit summary
Line 363:
table.insert( list, mw.text.tag( 'li', {}, span ) )
end
table.insert( res, mw.text.tag( 'ul', {type='none'}, table.concat( list, '\n' ) ) )
end
end