applications/luci-upnp: fix missing XML escapres (#521)
[project/luci.git] / applications / luci-upnp / luasrc / model / cbi / upnp / upnp.lua
index de38afc..3d98d66 100644 (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"