X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d810a9340ec7f203753fde341321c76ae8cf897a..d96e0c45b35295d3e6012b8e2c93fe42d8d72ca9:/project/templates/explorer/file_list.html?ds=inline 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 + '
  • '); }); });