Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/server.js')
-rw-r--r--lib/server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server.js b/lib/server.js
index 9fb725d..0bbdafb 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -156,7 +156,7 @@ function Server (torrent, opts = {}) {
`<li>
<a
download="${escapeHtml(file.name)}"
- href="/${escapeHtml(i)}/${escapeHtml(file.name)}"
+ href="${escapeHtml(i)}/${escapeHtml(file.name)}"
>
${escapeHtml(file.path)}
</a>