luci-app-shadowsocks-libev: Fix HTML tag
authorSoha Jin <soha@lohu.info>
Sun, 20 Jan 2019 10:40:47 +0000 (18:40 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Tue, 22 Jan 2019 06:13:07 +0000 (14:13 +0800)
Signed-off-by: Soha Jin <soha@lohu.info>
applications/luci-app-shadowsocks-libev/luasrc/model/shadowsocks-libev.lua

index cbe32afde6f5bee40bf06b57ec2282d87a0ff204..5e272e282ebb241d128e4d1bb553445e63a88fca 100644 (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