diff --git a/lib/server.js b/lib/server.js index 60595a8a..877e42ed 100644 --- a/lib/server.js +++ b/lib/server.js @@ -142,7 +142,7 @@ function Server (torrent, opts = {}) { res.statusCode = 200 res.setHeader('Content-Type', 'text/html') - const listHtml = torrent.files.map((file, i) => `
  • ${file.path} (${file.length} bytes)
  • `).join('
    ') + const listHtml = torrent.files.map((file, i) => `
  • ${file.path} (${file.length} bytes)
  • `).join('
    ') const html = getPageHTML( `${torrent.name} - WebTorrent`,