applications/luci-upnp: fix missing XML escapres (#521)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 25 Dec 2012 02:44:19 +0000 (02:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 25 Dec 2012 02:44:19 +0000 (02:44 +0000)
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"