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/index.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/index.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/index.htm b/applications/luci-olsr/luasrc/view/status-olsr/index.htm index 659d1a1a43..7d85e932b3 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/index.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/index.htm @@ -46,7 +46,7 @@ $Id$ <td><%=link["Local IP"]%></td> <td><%=link.LinkQuality%></td> <td><%=link.NLQ%></td> -<td style="background-color:<%=color%>"><%=string.format("%%.3f", link.ETX)%></td> +<td style="background-color:<%=color%>"><%=string.format("%.3f", link.ETX)%></td> </tr> <% end %> </table> |