mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 22:08:01 +08:00
Remove 'bytes'
First part of the fix to https://github.com/ipfs/dir-index-html/issues/3
This commit is contained in:
parent
166064b16e
commit
9fa10e5124
@ -52,7 +52,7 @@
|
||||
<td>
|
||||
<a href="{{ .Path }}">{{ .Name }}</a>
|
||||
</td>
|
||||
<td>{{ .Size }} bytes</td>
|
||||
<td>{{ .Size }}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user