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:
018cbe6
)
applications/luci-upnp: fix missing XML escapres (#521)
author
Jo-Philipp Wich
<redacted>
Tue, 25 Dec 2012 02:44:19 +0000
(
02:44
+0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 25 Dec 2012 02:44:19 +0000
(
02:44
+0000)
applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua
patch
|
blob
|
history
diff --git
a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua
b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua
index de38afc712b7b6a804c1b15e5b86cfbda49735ca..3d98d6682fdf843740af27f5da4644b14d1980d1 100644
(file)
--- a/
applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua
+++ b/
applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua
@@
-13,7
+13,7
@@
You may obtain a copy of the License at
$Id$
]]--
-m = Map("upnpd",
translate("Universal Plug & Play"
),
+m = Map("upnpd",
luci.util.pcdata(translate("Universal Plug & Play")
),
translate("UPnP allows clients in the local network to automatically configure the router."))
m:section(SimpleSection).template = "upnp_status"
git clone https://git.99rst.org/PROJECT