diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2018-06-07 21:54:21 +0200 |
---|---|---|
committer | Ansuel Smith <ansuelsmth@gmail.com> | 2018-06-07 21:54:21 +0200 |
commit | b46e8c5a6934c292779141643af2646e9ea68d89 (patch) | |
tree | 662845b590ad50c68b90888a2f07d7922d1c04c7 /applications | |
parent | 53ea8039173f731938a62c444f05c88d2668e485 (diff) |
luci-app-ddns: fix div conversion
This fix some error from conversion of #1854
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-ddns/luasrc/view/ddns/system_status.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm b/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm index 4293e35d3..7fcb882a1 100644 --- a/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm +++ b/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm @@ -144,8 +144,8 @@ <div class="th cbi-section-table-cell"><%:Network%></div> </div> <div class="tr cbi-section-table-row"> - <div class="td" colspan="5"><em><br /><%:Collecting data...%></em></div> + <div class="td"><em><br /><%:Collecting data...%></em></div> </div> - </table> + </div> </fieldset> <!-- ++ END ++ Dynamic DNS ++ system_status.htm ++ --> |