removing extra table tag, forward port of patch from branch
This commit is contained in:
parent
c67a378c8b
commit
eabeaee356
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function FileUploadControl(fieldName, imageArray, removeLabel, fileLimit) {
|
||||||
var workspace = document.getElementById(workspaceId);
|
var workspace = document.getElementById(workspaceId);
|
||||||
|
|
||||||
var str = '<table border="0"><tbody id="' + workspaceId + '.fileUpload.body">';
|
var str = '<table border="0"><tbody id="' + workspaceId + '.fileUpload.body">';
|
||||||
str += '</tbody></table><table>';
|
str += '</tbody></table>';
|
||||||
|
|
||||||
str +='<table style="display: none;">'
|
str +='<table style="display: none;">'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue