Fixed filesizeformat filter. It should now conform to the official SI prefixes and...
authorAlan Plum <ap@apsq.de>
Thu, 17 Feb 2011 15:54:58 +0000 (16:54 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 17 Feb 2011 16:06:45 +0000 (17:06 +0100)
commitd90f0500cdc01919e3d8573ec53258564d6d424e
treed550f3bd6710db0f60a079dc10094c773c3b762c
parent4b3769403402fa97dd91faa433ca075beb4abda3
Fixed filesizeformat filter. It should now conform to the official SI prefixes and use the correct prefixes for sizes greater than base ** 4.

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
jinja2/filters.py