luci-app-shadowsocks-libev: Fix HTML tag

Signed-off-by: Soha Jin <soha@lohu.info>
This commit is contained in:
Soha Jin 2019-01-20 18:40:47 +08:00 committed by Yousong Zhou
parent b6e240d8c3
commit 47cba970a5

View file

@ -154,7 +154,7 @@ function cfgvalue_overview(sdata)
local value = {
[".name"] = sname,
name = '%s.<var>%s</var>' % {stype, sname},
overview = table.concat(lines, "</br>"),
overview = table.concat(lines, "<br />"),
disabled = ucival_to_bool(sdata["disabled"]),
}
return key, value