summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-10-12 11:13:26 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-10-12 11:14:01 +0200
commitd1da53512e8a41a20f0b1460b174140d0ce6aa40 (patch)
treef794e55593878c0db7cdc65e4f90654e262b38ca /applications/luci-app-ddns
parent2cfd11b27268b21adc3ed126fb2b6c90da604528 (diff)
luci-app-ddns: fix typo in previous commit
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-ddns')
-rw-r--r--applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua2
1 files changed, 1 insertions, 1 deletions
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 da9890023..e655ce521 100644
--- 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 " ..