Remove 'bytes'

First part of the fix to https://github.com/ipfs/dir-index-html/issues/3
This commit is contained in:
rht 2015-08-28 19:57:22 +07:00
parent 166064b16e
commit 9fa10e5124

View File

@ -52,7 +52,7 @@
<td>
<a href="{{ .Path }}">{{ .Name }}</a>
</td>
<td>{{ .Size }} bytes</td>
<td>{{ .Size }}</td>
</tr>
{{ end }}
</table>