We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d9784 commit 12273e1Copy full SHA for 12273e1
server.go
@@ -52,7 +52,7 @@ const directoryListingTemplateText = `
52
<tr>
53
{{ if (not .IsDir) }}
54
<td class=text><a href="{{ .URL.String }}">{{ .Name }}</a></td>
55
- <td class=text><a href="{{ .URL.String }}" download>(Download)</a></td>
+ <td class=text><a href="{{ .URL.String }}" download>(download)</a></td>
56
<td class=number>{{.Size.String }}</td>
57
<td class=number>({{ .Size | printf "%d" }})</td>
58
{{ else }}
0 commit comments