applications/luci-upnp: fix missing XML escapres (#521)
This commit is contained in:
parent
018cbe69a9
commit
f2a428cdb3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue