applications/luci-ushare: fix XML markup error in map
This commit is contained in:
parent
431d4e8eff
commit
e736b9592c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ $Id$
|
||||||
]]--
|
]]--
|
||||||
|
|
||||||
m = Map("ushare", translate("uShare"),
|
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 = m:section(TypedSection, "ushare", translate("Settings"))
|
||||||
s.addremove = false
|
s.addremove = false
|
||||||
|
|
Loading…
Reference in a new issue