summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-29 14:36:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-29 14:36:52 +0000
commite736b9592ca08c189d15eabba6a338972a12bce4 (patch)
treebda562662c346a523cde8b5ef8c4e499ae5b08c5 /applications
parent431d4e8eff513622eaa1b6e3f0803913c0abb975 (diff)
applications/luci-ushare: fix XML markup error in map
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-ushare/luasrc/model/cbi/ushare.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-ushare/luasrc/model/cbi/ushare.lua b/applications/luci-ushare/luasrc/model/cbi/ushare.lua
index 41f9612bb..7032b2d5c 100644
--- a/applications/luci-ushare/luasrc/model/cbi/ushare.lua
+++ b/applications/luci-ushare/luasrc/model/cbi/ushare.lua
@@ -14,7 +14,7 @@ $Id$
]]--
m = Map("ushare", translate("uShare"),
- translate("uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files."))
+ luci.util.pcdata(translate("uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files.")))
s = m:section(TypedSection, "ushare", translate("Settings"))
s.addremove = false