Content deleted Content added
here Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 439:
:tag('td')
:attr('colspan','3'):addClass('wpb-collapsed-notes'):tag('table')
:addClass('mw-collapsible mw-collapsed'):tag('tr')
:tag('th')
:attr('colspan','3'):addClass('wpb-collapsed-head'):wikitext(header)
:done()
:
:tag('
:addClass('mbox-image wpb-gutter'):css('min-width',image_left_size):tag('span')
▲ :tag('td')
:done() --TO FIX IE
:done()
:tag('td'):done()
:tag('td'):done()
:done()
for _, row in ipairs(new_rows) do▼
collapsed_section:node(row)▼
end▼
:done()
table.insert(rows, collapsed_section)
▲ for _, row in ipairs(new_rows) do
▲ collapsed_section:node(row)
▲ end
▲ table.insert(rows, collapsed_section:done())
else
for _, row in ipairs(new_rows) do
|