diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-11-13 12:34:09 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-11-13 12:34:09 +0000 |
commit | 32be6cea9305168b303d1e54ec3e658826725ef2 (patch) | |
tree | 9f6a62c55adb2570924657a5a4b4327b29518a94 /applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm | |
parent | 2392f40cd2147c2e5d2cf192a6bb4dbac067745f (diff) |
applications/luci-olsr: Fix rowstyle, make html valid
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm b/applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm index 60f43b7f8..7fa873042 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm @@ -57,7 +57,7 @@ end) <td class="cbi-section-table-cell"><%=gw.Prefix%></td> </tr> - <% if i == 1 then i = 0 elseif i == 0 then i = 1 end + <% i = ((i % 2) + 1) end %> </table> </fieldset> |