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 9831ac951e74d14b1350541186bd9a9b777c8774..2363c8c7f4c5eb0d79d90f97f0b7858d61f684ec 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")