Author: sevein
Date: Wed Sep 16 13:42:27 2009
New Revision: 3347
Log:
Close div tag.
Modified:
trunk/web/js/multiFileUpload.js
Modified: trunk/web/js/multiFileUpload.js
==============================================================================
--- trunk/web/js/multiFileUpload.js Wed Sep 16 13:32:16 2009 (r3346)
+++ trunk/web/js/multiFileUpload.js Wed Sep 16 13:42:27 2009 (r3347)
@@ -79,7 +79,7 @@
{
// Create an upload block for this digital object
var uploadBlock = '<div id="upload-' + fileHash + '"
class="multiFileUpload">';
- uploadBlock += '<div id="thumbnail-' + fileHash + '"
class="digitalObject" style="width: ' + thumbWidth + 'px">';
+ uploadBlock += '<div id="thumbnail-' + fileHash + '"
class="digitalObject" style="width: ' + thumbWidth + 'px"></div>';
uploadBlock += '</div>';
$('#uploads').append(uploadBlock);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---