about summary refs log tree commit diff stats
path: root/src/local
diff options
context:
space:
mode:
Diffstat (limited to 'src/local')
-rw-r--r--src/local/pager.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/pager.nim b/src/local/pager.nim
index 4628b11f..c734b936 100644
--- a/src/local/pager.nim
+++ b/src/local/pager.nim
@@ -1570,7 +1570,7 @@ proc askDownloadPath(pager: Pager; container: Container; response: Response) =
   if pathname[^1] == '/':
     buf &= "index.html"
   else:
-    buf &= container.url.pathname.afterLast('/')
+    buf &= container.url.pathname.afterLast('/').percentDecode()
   pager.setLineEdit(lmDownload, buf)
   pager.lineData = LineDataDownload(
     outputId: response.outputId,
div>
afe6ac9 ^
10885d3 ^
b55bd70 ^
ab3b3a8 ^
52a8cc8 ^
4e926a9 ^
52a8cc8 ^
4e926a9 ^
52a8cc8 ^

b55bd70 ^
19390b1 ^
97ced11 ^
19390b1 ^
a73a882 ^
b38905b ^
a73a882 ^
19dcbc5 ^

1ef2307 ^
19dcbc5 ^
b60406c ^


19dcbc5 ^




42fd392 ^
19dcbc5 ^










42fd392 ^
19dcbc5 ^








a73a882 ^



d6a6eca ^
a08d83b ^



a73a882 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69