applications/luci-upnp: fix missing XML escapres (#521)

This commit is contained in:
Jo-Philipp Wich 2012-12-25 02:44:19 +00:00
parent 018cbe69a9
commit f2a428cdb3

View file

@ -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"