From eabeaee356fbc00f6058a5dca6238326d067b97a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 6 Feb 2006 06:20:40 +0000 Subject: [PATCH] removing extra table tag, forward port of patch from branch --- www/extras/FileUploadControl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/extras/FileUploadControl.js b/www/extras/FileUploadControl.js index 4744e6ff9..c84587808 100755 --- a/www/extras/FileUploadControl.js +++ b/www/extras/FileUploadControl.js @@ -16,7 +16,7 @@ function FileUploadControl(fieldName, imageArray, removeLabel, fileLimit) { var workspace = document.getElementById(workspaceId); var str = ''; - str += '
'; + str += '
'; str +=''