Fix issue with multiple tables in one file

This commit is contained in:
Peter Haider 2013-11-15 16:42:13 +01:00
parent 2e102c72b2
commit d9a176dd52

View File

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