第34行: |
第34行: |
| }) | | }) |
| end | | end |
− | return frame:expandTemplate{title = "LiteInfoBox", args = {image = 'Brainstorm.svg', content = node:done()}} | + | local content = node:done() |
| + | return frame:expandTemplate{title = "LiteInfoBox", args = {image = 'Brainstorm.svg', content = content}} |
| end | | end |
| | | |