removing extra table tag, forward port of patch from branch

This commit is contained in:
Colin Kuskie 2006-02-06 06:20:40 +00:00
parent c67a378c8b
commit eabeaee356

View file

@ -16,7 +16,7 @@ function FileUploadControl(fieldName, imageArray, removeLabel, fileLimit) {
var workspace = document.getElementById(workspaceId);
var str = '<table border="0"><tbody id="' + workspaceId + '.fileUpload.body">';
str += '</tbody></table><table>';
str += '</tbody></table>';
str +='<table style="display: none;">'