diff options
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 ++ --> |