diff options
Diffstat (limited to 'swarm/api/http/templates.go')
-rw-r--r-- | swarm/api/http/templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/api/http/templates.go b/swarm/api/http/templates.go index 9ae434a7e..53ce7b5a2 100644 --- a/swarm/api/http/templates.go +++ b/swarm/api/http/templates.go @@ -52,7 +52,7 @@ var htmlListTemplate = template.Must(template.New("html-list").Funcs(template.Fu <tbody> {{ range .List.CommonPrefixes }} <tr> - <td><a href="{{ basename . }}/?list=true">{{ basename . }}/</a></td> + <td><a href="{{ basename . }}/">{{ basename . }}/</a></td> <td>DIR</td> <td>-</td> </tr> |