From 65e081954a2b70ccd3c5f613e0faef2b6f190b97 Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Thu, 2 Feb 2012 21:55:37 +0000 Subject: [PATCH] luci-splash: getElementById("splash_table") splash_table is the id from a tbody. dont add tbody close tag. --- applications/luci-splash/luasrc/view/admin_status/splash.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-splash/luasrc/view/admin_status/splash.htm b/applications/luci-splash/luasrc/view/admin_status/splash.htm index 86cb9c83a..f4abc228d 100644 --- a/applications/luci-splash/luasrc/view/admin_status/splash.htm +++ b/applications/luci-splash/luasrc/view/admin_status/splash.htm @@ -207,7 +207,7 @@ end <% else %> s += String.format('%s', splash.policy); <% end %> - s += '' + s += '' } tbody.innerHTML = s; } -- 2.11.0