X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8d62c0c82718b59c077b611fca1cd9f8054a8c41..bbc75390dd40269eeae8cb4ede5fa74ccfc24ad9:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index 4e5a12ad..1eac095b 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -55,7 +55,7 @@ $(function() { $.each(options.recentFiles, function(index) { var fileId = options.recentFiles[index].fileId; - $('#recent-file-list ul').append('
  • ' + fileId + '
  • '); + $('#recent-file-list ul').append('
  • ' + fileId + '
  • '); }); });