This commit is contained in:
arekkas 2014-03-16 19:59:59 +01:00
parent 2e102c72b2
commit 39f2cb262d

View File

@ -81,6 +81,7 @@
tbl.push('</table>');
// we are done with this table and we move along
out.push(tbl.join('\n'));
tbl = [];
continue;
}
}