git-svn-id: http://xe-core.googlecode.com/svn/trunk@701 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-27 05:23:13 +00:00
parent 381ec71b3c
commit 3f6084a22e

View file

@ -155,7 +155,7 @@ function insertTable() {
text +=">";
for(var row=0; row<rows_count;row++) {
text += "<tr>";
text += "<tr valign=\"top\">";
for(var col=0; col<cols_count;col++) {
text += "<td>&nbsp;</td>";
}