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:
2cfd11b
)
luci-app-ddns: fix typo in previous commit
author
Jo-Philipp Wich
<redacted>
Mon, 12 Oct 2015 09:13:26 +0000
(11:13 +0200)
committer
Jo-Philipp Wich
<redacted>
Mon, 12 Oct 2015 09:14:01 +0000
(11:14 +0200)
Signed-off-by: Jo-Philipp Wich <redacted>
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
b/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
index da989002327cb2152fdfc9ee1e9f257035102783..e655ce5219c2779647a93a091032df63d9c7e9c6 100644
(file)
--- a/
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
+++ b/
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
@@
-109,7
+109,7
@@
end
m = Map("ddns")
m.title = [[<a href="]] .. DISP.build_url("admin", "services", "ddns") .. [[">]] ..
- translate("Dynamic DNS") .. [[
"</a>"
]]
+ translate("Dynamic DNS") .. [[
</a>
]]
m.description = translate("Dynamic DNS allows that your router can be reached with " ..
"a fixed hostname while having a dynamically changing " ..
git clone https://git.99rst.org/PROJECT