From: Jo-Philipp Wich Date: Fri, 13 Jul 2018 07:37:28 +0000 (+0200) Subject: luci-app-upnp: tweak table markup X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=57221050070b2f4360047e9f54ba874bcb79a821;p=oweals%2Fluci.git luci-app-upnp: tweak table markup Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-upnp/luasrc/view/upnp_status.htm b/applications/luci-app-upnp/luasrc/view/upnp_status.htm index ee385b24a..e5cb9854d 100644 --- a/applications/luci-app-upnp/luasrc/view/upnp_status.htm +++ b/applications/luci-app-upnp/luasrc/view/upnp_status.htm @@ -25,7 +25,7 @@ st[i].intaddr, st[i].intport, st[i].descr, - E(''.format(st[i].num)) + E('
'.format(st[i].num)) ]); cbi_update_table(tb, rows, '<%:There are no active redirects.%>');