luci-app-ddns: fix typo in previous commit
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 12 Oct 2015 09:13:26 +0000 (11:13 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 12 Oct 2015 09:14:01 +0000 (11:14 +0200)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua

index da98900..e655ce5 100644 (file)
@@ -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 " ..