Skip to content

Commit

Permalink
binary pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed Nov 10, 2012
1 parent 1df408c commit fb225e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regenwolken/templates/index.html
Expand Up @@ -11,7 +11,7 @@
<ul style="list-style-type: none;">
<li>Users: {{ users }}</li>
<li>Files: {{ files }}</li>
<li>Size : {{ size | filesizeformat }}</li>
<li>Size : {{ size | filesizeformat(True) }}</li>
<li>Hits : {{ hits }}</li>
</ul>
<p><a href="https://github.com/posativ/regenwolken#readme">See
Expand All @@ -21,4 +21,4 @@

</body>

</html>
</html>

0 comments on commit fb225e5

Please sign in to comment.