|
|
|
@ -283,7 +283,7 @@ KindEditor.plugin('table', function(K) {
|
|
|
|
|
for (var i = 0; i < rows; i++) {
|
|
|
|
|
html += '<tr>';
|
|
|
|
|
for (var j = 0; j < cols; j++) {
|
|
|
|
|
html += '<td style="text-overflow:inherit;overflow: hidden;white-space: nowrap" >' + (K.IE ? ' ' : '<br />') + '</td>';
|
|
|
|
|
html += '<td style="border:solid windowtext 1.0px; text-overflow:inherit;overflow: hidden;white-space: nowrap" >' + (K.IE ? ' ' : '<br />') + '</td>';
|
|
|
|
|
}
|
|
|
|
|
html += '</tr>';
|
|
|
|
|
}
|
|
|
|
|