6,834
edits
No edit summary |
No edit summary |
||
Line 128: | Line 128: | ||
table.insert(outBoxes, p[topBox.."Box"](frame)) | table.insert(outBoxes, p[topBox.."Box"](frame)) | ||
end | end | ||
return table.concat(outBoxes, ' ') | return table.concat(outBoxes, ' ').."<br>" | ||
end | end | ||
edits