luci-app-shadowsocks-libev: Fix HTML tag
Signed-off-by: Soha Jin <soha@lohu.info>
This commit is contained in:
parent
b6e240d8c3
commit
47cba970a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue