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/routes.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/routes.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/routes.htm | 2 |
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> |