summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr/luasrc/view/status-olsr/routes.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-19 15:49:24 +0000
committerSteven Barth <steven@midlink.org>2008-07-19 15:49:24 +0000
commit4aaa2afcc19e92955b650c9c2a2bce3779819cca (patch)
tree03e6672318ee7ffc8b61276f21d5ca8728f032b7 /applications/luci-olsr/luasrc/view/status-olsr/routes.htm
parent3da2286b3dd7c48a3bb8866f229a00d862505625 (diff)
applications/luci-olsr: Remove work-arounds of a former template-bug
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/routes.htm')
-rw-r--r--applications/luci-olsr/luasrc/view/status-olsr/routes.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm
index 6f5b61edbe..253a771261 100644
--- a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm
+++ b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm
@@ -42,7 +42,7 @@ $Id$
<td><%=route.Gateway%></td>
<td><%=route.Interface%></td>
<td><%=route.Metric%></td>
-<td style="background-color:<%=color%>"><%=string.format("%%.3f", tonumber(route.ETX) or 0)%></td>
+<td style="background-color:<%=color%>"><%=string.format("%.3f", tonumber(route.ETX) or 0)%></td>
</tr>
<% end %>
</table>