git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
53ea803
)
luci-app-ddns: fix div conversion
author
Ansuel Smith
<redacted>
Thu, 7 Jun 2018 19:54:21 +0000
(21:54 +0200)
committer
Ansuel Smith
<redacted>
Thu, 7 Jun 2018 19:54:21 +0000
(21:54 +0200)
This fix some error from conversion of #1854
Signed-off-by: Ansuel Smith <redacted>
applications/luci-app-ddns/luasrc/view/ddns/system_status.htm
patch
|
blob
|
history
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 4293e35d3ae01bfba65b2fdbc7cd02923dd08b7c..7fcb882a15dfb95b4b219ce81af2f59b2b31409d 100644
(file)
--- 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 ++ -->
git clone https://git.99rst.org/PROJECT