From f2a428cdb31d4a77ee41e8bea5bd2dc307ae6356 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 25 Dec 2012 02:44:19 +0000 Subject: [PATCH] applications/luci-upnp: fix missing XML escapres (#521) --- applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua index de38afc71..3d98d6682 100644 --- 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" -- 2.11.0