@cryptotaxi247 / kubo / commits / 9fa10e512

Remove 'bytes'

First part of the fix to https://github.com/ipfs/dir-index-html/issues/3

rht committed Aug 28, 2015 at 19:57 UTC 9fa10e5124ad831a52cdfcd55e67f39454eb05dd
1 file changed +1 -1
dir-index.html
+1 -1
@@ -52,7 +52,7 @@
52 <td>
53 <a href="{{ .Path }}">{{ .Name }}</a>
54 </td>
55 - <td>{{ .Size }} bytes</td>
55 + <td>{{ .Size }}</td>
56 </tr>
57 {{ end }}
58 </table>