modules/freifunk: fix yet another syntax error in public status model
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 28 Jul 2009 18:24:07 +0000 (18:24 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 28 Jul 2009 18:24:07 +0000 (18:24 +0000)
modules/freifunk/luasrc/model/cbi/freifunk/public_status.lua

index 9831ac9..2363c8c 100644 (file)
@@ -32,6 +32,7 @@ string.format("%.2f MB (%.0f%% %s, %.0f%% %s, %.0f%% %s)",
        tostring(translate("mem_buffered", "")),
        100 * memfree / memtotal,
        tostring(translate("mem_free", ""))
+)
 
 f:field(DummyValue, "_systime", translate("m_i_systemtime")).value =
 os.date("%c")