Update table.js

Multiple tables fix
This commit is contained in:
welvet 2013-07-22 13:27:43 +04:00
parent 2e102c72b2
commit 3cf0cc7d21

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;
}
}