mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@701 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
381ec71b3c
commit
3f6084a22e
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ function insertTable() {
|
||||||
text +=">";
|
text +=">";
|
||||||
|
|
||||||
for(var row=0; row<rows_count;row++) {
|
for(var row=0; row<rows_count;row++) {
|
||||||
text += "<tr>";
|
text += "<tr valign=\"top\">";
|
||||||
for(var col=0; col<cols_count;col++) {
|
for(var col=0; col<cols_count;col++) {
|
||||||
text += "<td> </td>";
|
text += "<td> </td>";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue