From 57221050070b2f4360047e9f54ba874bcb79a821 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 13 Jul 2018 09:37:28 +0200 Subject: [PATCH] luci-app-upnp: tweak table markup Signed-off-by: Jo-Philipp Wich --- applications/luci-app-upnp/luasrc/view/upnp_status.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.%>'); -- 2.25.1