Fix an exception breaking the page.
@@ -45,7 +45,7 @@ $Id$
if flashsize > 0 then
write(luci.i18n.translatef(
" (%s available)",
- w.byte_format(flashsize)
+ byte_format(flashsize)
))
end
%></li>