diff options
author | Steven Barth <steven@midlink.org> | 2008-07-19 15:49:24 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-19 15:49:24 +0000 |
commit | 4aaa2afcc19e92955b650c9c2a2bce3779819cca (patch) | |
tree | 03e6672318ee7ffc8b61276f21d5ca8728f032b7 /applications/luci-olsr/luasrc/view/status-olsr/topology.htm | |
parent | 3da2286b3dd7c48a3bb8866f229a00d862505625 (diff) |
applications/luci-olsr: Remove work-arounds of a former template-bug
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/topology.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/topology.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm index bc699b23c0..3b705f0884 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm @@ -33,7 +33,7 @@ $Id$ <td><a href="http://<%=route["Last hop IP"]%>"><%=route["Last hop IP"]%></a></td> <td><%=route.LQ%></td> <td><%=route.ILQ%></td> -<td><%=string.format("%%.3f", tonumber(route.ETX) or 0)%></td> +<td><%=string.format("%.3f", tonumber(route.ETX) or 0)%></td> </tr> <% end %> </table> |