diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 0e2ad536..6d5e2ce8 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -3611,7 +3611,7 @@ var showfile = (function () { var html = ['
  • ' + L.tv_lst + '
    ' + linksplit(get_vpath()).join('') + '
  • ']; for (var a = 0; a < r.files.length; a++) { var file = r.files[a]; - html.push('
  • ' + esc(uricom_dec(file.name)) + ''); } ebi('docul').innerHTML = html.join('\n');