applications/luci-ushare: fix XML markup error in map
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Oct 2012 14:36:52 +0000 (14:36 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Oct 2012 14:36:52 +0000 (14:36 +0000)
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