Index: js/imce.js =================================================================== --- js/imce.js (revision 1385) +++ js/imce.js (working copy) @@ -512,6 +512,7 @@ var width = row.cells[2].innerHTML * 1; html = imce.vars.previewImages && width ? imce.imgHtml(fid, width, row.cells[3].innerHTML) : imce.decodePlain(fid); html = ''+ html +''; + html = html + '
' + imce.getURL(fid); } imce.el('file-preview').innerHTML = html; },