summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk-hannover
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-06-22 10:20:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-06-22 10:20:06 +0000
commit216937af29f22e6a9ee7f2124bb8e22d57f961e3 (patch)
tree3f068c85e16f1211722b5ce3354b0807f28a26b3 /themes/freifunk-hannover
parent30b216f774c2404a965807ddb93a4a4b2aaeac04 (diff)
themes: properly format load values in theme headers
Diffstat (limited to 'themes/freifunk-hannover')
-rw-r--r--themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm b/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm
index 657d5e813..8904837db 100644
--- a/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm
+++ b/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm
@@ -62,7 +62,7 @@ require("luci.http").prepare_content("application/xhtml+xml")
<h1><%=luci.version.distname%></h1>
<p>
<%=luci.version.distversion%><br />
-<%:load%>: <%=load1%> <%=load5%> <%=load15%><br />
+<%:load%>: <%="%.2f" % load1%> <%="%.2f" % load5%> <%="%.2f" % load15%><br />
<%:hostname%>: <%=hostname%>
</p>
</div>