applications/luci-ushare: fix XML markup error in map
[project/luci.git] / applications / luci-ushare / luasrc / model / cbi / ushare.lua
index 41f9612..7032b2d 100644 (file)
@@ -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